C# 클래스 smarx.WazStorageExtensions.AnalyticsExtensions

파일 보기 프로젝트 열기: bluedot/WazStorageExtensions

공개 메소드들

메소드 설명
GetServiceProperties ( Uri baseUri, Microsoft.WindowsAzure.StorageCredentials creds, bool useSharedKeyLite ) : StorageServiceProperties
GetServiceProperties ( this client ) : StorageServiceProperties
SetServiceProperties ( this client, StorageServiceProperties properties ) : CloudBlobClient
SetServiceProperties ( this client, StorageServiceProperties properties ) : CloudQueueClient
SetServiceProperties ( this client, StorageServiceProperties properties ) : Microsoft.WindowsAzure.StorageClient.CloudTableClient
SetServiceProperties ( Uri baseUri, Microsoft.WindowsAzure.StorageCredentials creds, StorageServiceProperties properties, bool useSharedKeyLite ) : void

비공개 메소드들

메소드 설명
CreateServicePropertiesRequest ( Uri baseUri ) : HttpWebRequest
GetBaseUriForQueues ( CloudQueueClient client ) : Uri

메소드 상세

GetServiceProperties() 공개 정적인 메소드

public static GetServiceProperties ( Uri baseUri, Microsoft.WindowsAzure.StorageCredentials creds, bool useSharedKeyLite ) : StorageServiceProperties
baseUri System.Uri
creds Microsoft.WindowsAzure.StorageCredentials
useSharedKeyLite bool
리턴 StorageServiceProperties

GetServiceProperties() 공개 정적인 메소드

public static GetServiceProperties ( this client ) : StorageServiceProperties
client this
리턴 StorageServiceProperties

SetServiceProperties() 공개 정적인 메소드

public static SetServiceProperties ( this client, StorageServiceProperties properties ) : CloudBlobClient
client this
properties StorageServiceProperties
리턴 Microsoft.WindowsAzure.StorageClient.CloudBlobClient

SetServiceProperties() 공개 정적인 메소드

public static SetServiceProperties ( this client, StorageServiceProperties properties ) : CloudQueueClient
client this
properties StorageServiceProperties
리턴 Microsoft.WindowsAzure.StorageClient.CloudQueueClient

SetServiceProperties() 공개 정적인 메소드

public static SetServiceProperties ( this client, StorageServiceProperties properties ) : Microsoft.WindowsAzure.StorageClient.CloudTableClient
client this
properties StorageServiceProperties
리턴 Microsoft.WindowsAzure.StorageClient.CloudTableClient

SetServiceProperties() 공개 정적인 메소드

public static SetServiceProperties ( Uri baseUri, Microsoft.WindowsAzure.StorageCredentials creds, StorageServiceProperties properties, bool useSharedKeyLite ) : void
baseUri System.Uri
creds Microsoft.WindowsAzure.StorageCredentials
properties StorageServiceProperties
useSharedKeyLite bool
리턴 void