Exemple #1
0
 /// <summary>
 /// Deletes the specified location.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='location'>
 /// The AzureStack location.
 /// </param>
 public static void Delete(this ILocationsOperations operations, string location)
 {
     operations.DeleteAsync(location).GetAwaiter().GetResult();
 }