Ejemplo n.º 1
0
 /// <summary>
 /// Checks that the account name has sufficient cowbell (in order to prevent
 /// fevers).
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='accountName'>
 /// The name of the storage account within the specified resource group.
 /// Storage account names must be between 3 and 24 characters in length and use
 /// numbers and lower-case letters only.
 /// </param>
 public static CheckNameAvailabilityResult CheckNameAvailability(this ICheckNameAvailabilityOperations operations, StorageAccountCheckNameAvailabilityParameters accountName)
 {
     return(operations.CheckNameAvailabilityAsync(accountName).GetAwaiter().GetResult());
 }