Aracılığıyla paylaş


StorageAccountOperationsExtensions.List Method (IStorageAccountOperations)

 

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 StorageAccountListResponse List(
    this IStorageAccountOperations operations
)
public:
[ExtensionAttribute]
static StorageAccountListResponse^ List(
    IStorageAccountOperations^ operations
)
static member List : 
        operations:IStorageAccountOperations -> StorageAccountListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IStorageAccountOperations
) As StorageAccountListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Storage.Models.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