Beispiel #1
0
 /// <summary>
 /// Get the specified location.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='location'>
 /// The AzureStack location.
 /// </param>
 public static Location Get(this ILocationsOperations operations, string location)
 {
     return(operations.GetAsync(location).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Details of a specific location
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static AscLocation Get(this ILocationsOperations operations)
 {
     return(operations.GetAsync().GetAwaiter().GetResult());
 }