次の方法で共有


ClustersOperationsExtensions.UpdateGatewaySettings メソッド

定義

指定したクラスターでゲートウェイ設定を構成します。

public static void UpdateGatewaySettings (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.UpdateGatewaySettingsParameters parameters);
static member UpdateGatewaySettings : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.UpdateGatewaySettingsParameters -> unit
<Extension()>
Public Sub UpdateGatewaySettings (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As UpdateGatewaySettingsParameters)

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

クラスターの名前です。

parameters
UpdateGatewaySettingsParameters

クラスター構成。

適用対象