C# Class Madd0.AzureStorageDriver.StorageAccountProperties

Wrapper to expose typed properties over ConnectionInfo.DriverData.
Afficher le fichier Open project: madd0/AzureStorageDriver Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ClearAccountNameAndKey ( ) : void

Clears the account name and key.

This method is called when local storage is used.

Method Details

GetStorageAccount() public méthode

Gets a CloudStorageAccount instace for the current connection.
public GetStorageAccount ( ) : Microsoft.WindowsAzure.CloudStorageAccount
Résultat Microsoft.WindowsAzure.CloudStorageAccount

StorageAccountProperties() public méthode

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