Freigeben über


ConfigurationsOperationsExtensions.Update Methode

Definition

Achtung

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

Konfiguriert die HTTP-Einstellungen für den angegebenen Cluster. Diese API ist veraltet. Verwenden Sie stattdessen UpdateGatewaySettings im Clusterendpunkt.

[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))

Parameter

operations
IConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

configurationName
String

Der Name der Clusterkonfiguration.

parameters
IDictionary<String,String>

Die Clusterkonfigurationen.

Attribute

Gilt für: