Udostępnij za pośrednictwem


StorageAccountOperationsExtensions.List(IStorageAccountOperations) Method

Definition

The List Storage Accounts operation lists the storage accounts available under the current subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460787.aspx for more information)

public static Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountListResponse List (this Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations operations);
static member List : Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations -> Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountListResponse
<Extension()>
Public Function List (operations As IStorageAccountOperations) As StorageAccountListResponse

Parameters

operations
IStorageAccountOperations

Reference to the Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations.

Returns

The List Storage Accounts operation response.

Applies to