ClustersOperationsExtensions.BeginUpdateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.Cluster> BeginUpdateAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.Kusto.Models.ClusterUpdate parameters, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string * Microsoft.Azure.Management.Kusto.Models.ClusterUpdate * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.Cluster>
<Extension()>
Public Function BeginUpdateAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterUpdate, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
The cancellation token.