StorageAccountOperationsExtensions.ListAsync Method (IStorageAccountOperations)
Namespace: Microsoft.Azure.Management.Storage
Assembly: Microsoft.Azure.Management.Storage (in Microsoft.Azure.Management.Storage.dll)
Syntax
public static Task<StorageAccountListResponse> ListAsync(
this IStorageAccountOperations operations
)
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IStorageAccountOperations
) As Task(Of StorageAccountListResponse)
Parameters
- operations
Type: Microsoft.Azure.Management.Storage.IStorageAccountOperations
Return Value
Type: System.Threading.Tasks.Task<StorageAccountListResponse>
See Also
StorageAccountOperationsExtensions Class
Microsoft.Azure.Management.Storage Namespace
Return to top