Example #1
0
 /// <summary>
 /// Updates the configuration of a Service Fabric managed cluster resource.
 /// </summary>
 /// <remarks>
 /// Update the configuration of a Service Fabric managed cluster resource with
 /// the specified name.
 /// </remarks>
 /// <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 resource.
 /// </param>
 /// <param name='parameters'>
 /// The parameters to update the managed cluster configuration.
 /// </param>
 public static ManagedCluster BeginUpdate(this IManagedClustersOperations operations, string resourceGroupName, string clusterName, ManagedClusterUpdateParameters parameters)
 {
     return(operations.BeginUpdateAsync(resourceGroupName, clusterName, parameters).GetAwaiter().GetResult());
 }