Share via


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)

Syntax

public static Task<StorageAccountGetResponse> GetAsync(
    this IStorageAccountOperations operations,
    string accountName
)
public:
[ExtensionAttribute]
static Task<StorageAccountGetResponse^>^ GetAsync(
    IStorageAccountOperations^ operations,
    String^ accountName
)
static member GetAsync : 
        operations:IStorageAccountOperations *
        accountName:string -> Task<StorageAccountGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IStorageAccountOperations,
    accountName As String
) As Task(Of StorageAccountGetResponse)

Parameters

  • 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.

Remarks

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

See Also

StorageAccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top