IStorageAccountOperations.GetAsync Method (String, CancellationToken)

 

Asynchronously retrieves information about a storage account.

Namespace:   Microsoft.WindowsAzure.Management.Storage
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Task<StorageAccountGetResponse> GetAsync(
	string accountName,
	CancellationToken cancellationToken
)

Parameters

serviceName

Name of the storage account for which information should be retrieved.

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

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

Return to top
Show: