C# Класс Madd0.AzureStorageDriver.StorageAccountProperties

Wrapper to expose typed properties over ConnectionInfo.DriverData.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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