IStorageAccountOperations.GetAsync Method (String, CancellationToken)
Asynchronously retrieves information about a storage account.
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.
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: