Sdílet prostřednictvím


ClustersOperationsExtensions.BeginUpdate Method

Definition

Update a Kusto cluster.

public static Microsoft.Azure.Management.Kusto.Models.Cluster BeginUpdate (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.Kusto.Models.ClusterUpdate parameters, string ifMatch = default);
static member BeginUpdate : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string * Microsoft.Azure.Management.Kusto.Models.ClusterUpdate * string -> Microsoft.Azure.Management.Kusto.Models.Cluster
<Extension()>
Public Function BeginUpdate (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterUpdate, Optional ifMatch As String = Nothing) As Cluster

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing the Kusto cluster.

clusterName
String

The name of the Kusto cluster.

parameters
ClusterUpdate

The Kusto cluster parameters supplied to the Update operation.

ifMatch
String

The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

Returns

Applies to