ConfigurationsOperationsExtensions.DisableHttp メソッド

定義

注意事項

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

指定したクラスターで HTTP を無効にします。

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static void DisableHttp (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DisableHttp : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string -> unit
<Extension()>
Public Sub DisableHttp (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String)

パラメーター

operations
IConfigurationsOperations

Microsoft.Azure.Management.HDInsight.IClusterOperations への参照。

resourceGroupName
String

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

clusterName
String

必須。 クラスターの名前です。

属性

適用対象