Ejemplo n.º 1
0
 /// <summary>
 /// Lists the access keys for the specified storage account.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='accountName'>
 /// The name of the storage account.
 /// </param>
 public static StorageAccountKeys ListKeys(this ICheckNameAvailabilityOperations operations, string resourceGroupName, string accountName)
 {
     return(operations.ListKeysAsync(resourceGroupName, accountName).GetAwaiter().GetResult());
 }