ConfigurationsOperationsExtensions.Update メソッド

定義

注意事項

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

指定したクラスターで HTTP 設定を構成します。 この API は非推奨です。代わりに、クラスター エンドポイントで UpdateGatewaySettings を使用してください。

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

パラメーター

operations
IConfigurationsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスターの名前です。

configurationName
String

クラスター構成の名前。

parameters
IDictionary<String,String>

クラスターの構成。

属性

適用対象