StorageAccountOperationsExtensions.List(IStorageAccountOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET