示例#1
0
 /// <summary>
 /// Gets the gateway settings for the specified cluster.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='clusterName'>
 /// The name of the cluster.
 /// </param>
 public static GatewaySettings GetGatewaySettings(this IClustersOperations operations, string resourceGroupName, string clusterName)
 {
     return(operations.GetGatewaySettingsAsync(resourceGroupName, clusterName).GetAwaiter().GetResult());
 }