ConfigurationsOperationsExtensions.BeginUpdateAsync Method

Definition

Caution

This operation is deprecated. Please do not use it any longer.

Configures the HTTP settings on the specified cluster. This API is deprecated, please use UpdateGatewaySettings in cluster endpoint instead.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task BeginUpdateAsync (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName, string configurationName, System.Collections.Generic.IDictionary<string,string> parameters, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member BeginUpdateAsync : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginUpdateAsync (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String, configurationName As String, parameters As IDictionary(Of String, String), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IConfigurationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster.

configurationName
String

The name of the cluster configuration.

parameters
IDictionary<String,String>

The cluster configurations.

cancellationToken
CancellationToken

The cancellation token.

Returns

Attributes

Applies to