Méthode | Description | |
---|---|---|
GetCurrentStorageAccount ( this context ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount |
Get the current storage account.
|
|
SetCurrentStorageAccount ( this context, IStorageContextProvider account ) : void |
Set the current storage account using the given connection string.
|
|
SetCurrentStorageAccount ( this context, string connectionString ) : void |
Set the current storage account using the given connection string
|
public static GetCurrentStorageAccount ( this context ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount | ||
context | this | The current context. |
Résultat | Microsoft.WindowsAzure.Storage.CloudStorageAccount |
public static SetCurrentStorageAccount ( this context, IStorageContextProvider account ) : void | ||
context | this | The current context. |
account | IStorageContextProvider | A storage account. |
Résultat | void |
public static SetCurrentStorageAccount ( this context, string connectionString ) : void | ||
context | this | The current context. |
connectionString | string | The connection string to check. |
Résultat | void |