ClustersOperationsExtensions.BeginUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET