StorageAccountOperationsExtensions.GetAsync Method (IStorageAccountOperations, String)
Asynchronously retrieves information about a storage account.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
public static Task<StorageAccountGetResponse> GetAsync( this IStorageAccountOperations operations, string accountName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations
The IStorageAccountOperations object that specifies the storage account operations.
- serviceName
Name of the storage account for which information should be retrieved.
Return Value
Type: System.Threading.Tasks.Task<StorageAccountGetResponse>The T:Microsoft.WindowsAzure.Management.Storage.Models.StorageServiceGetResponse that contains the information about the storage account.
For more information about retrieving information about a storage account, see the following resources:
Show: