Aracılığıyla paylaş


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)

Syntax

public static Task<StorageAccountListResponse> ListAsync(
    this IStorageAccountOperations operations
)
public:
[ExtensionAttribute]
static Task<StorageAccountListResponse^>^ ListAsync(
    IStorageAccountOperations^ operations
)
static member ListAsync : 
        operations:IStorageAccountOperations -> Task<StorageAccountListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IStorageAccountOperations
) As Task(Of StorageAccountListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<StorageAccountListResponse>

The T:Microsoft.WindowsAzure.Management.Storage.Models.StorageServiceListResponse object that contains the list of storage accounts.

Remarks

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

See Also

StorageAccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top