StorageAccountOperationsExtensions.ListAsync Method (IStorageAccountOperations)

 

Asynchronously lists the storage accounts in a subscription.

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

public static Task<StorageAccountListResponse> ListAsync(
	this IStorageAccountOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations

The IStorageAccountOperations object that specifies the storage account operations.

For more information about listing storage accounts, see the following resources:

Return to top
Show: