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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET