ConfigurationsOperationsExtensions.Update 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 void Update (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName, string configurationName, System.Collections.Generic.IDictionary<string,string> parameters);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member Update : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * string * System.Collections.Generic.IDictionary<string, string> -> unit
<Extension()>
Public Sub Update (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String, configurationName As String, parameters As IDictionary(Of String, String))

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.

Attributes

Applies to