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