Beispiel #1
0
 /// <summary>
 /// Gets the available service tiers for the workspace.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group. The name is case insensitive.
 /// </param>
 /// <param name='workspaceName'>
 /// The name of the workspace.
 /// </param>
 public static IList <AvailableServiceTier> AvailableServiceTiers(this IWorkspacesOperations operations, string resourceGroupName, string workspaceName)
 {
     return(operations.AvailableServiceTiersAsync(resourceGroupName, workspaceName).GetAwaiter().GetResult());
 }