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