StorageAccountOperationsExtensions.GetAsync Method (IStorageAccountOperations, String)

 

Asynchronously retrieves information about a storage account.

Namespace:   Microsoft.WindowsAzure.Management.Storage
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.

For more information about retrieving information about a storage account, see the following resources:

Return to top
Show: