C# 클래스 Madd0.AzureStorageDriver.StorageAccountProperties

Wrapper to expose typed properties over ConnectionInfo.DriverData.
파일 보기 프로젝트 열기: madd0/AzureStorageDriver 1 사용 예제들

공개 메소드들

메소드 설명
GetStorageAccount ( ) : Microsoft.WindowsAzure.CloudStorageAccount

Gets a CloudStorageAccount instace for the current connection.

StorageAccountProperties ( IConnectionInfo connectionInfo ) : System.Xml.Linq

Initializes a new instance of the StorageAccountProperties class.

비공개 메소드들

메소드 설명
ClearAccountNameAndKey ( ) : void

Clears the account name and key.

This method is called when local storage is used.

메소드 상세

GetStorageAccount() 공개 메소드

Gets a CloudStorageAccount instace for the current connection.
public GetStorageAccount ( ) : Microsoft.WindowsAzure.CloudStorageAccount
리턴 Microsoft.WindowsAzure.CloudStorageAccount

StorageAccountProperties() 공개 메소드

Initializes a new instance of the StorageAccountProperties class.
public StorageAccountProperties ( IConnectionInfo connectionInfo ) : System.Xml.Linq
connectionInfo IConnectionInfo The connection info.
리턴 System.Xml.Linq