次の方法で共有


ConfigurationsOperationsExtensions.EnableHttp メソッド

定義

注意事項

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

パラメーター

operations
IConfigurationsOperations

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

resourceGroupName
String

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

clusterName
String

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

username
String

必須です。 http ユーザー名。

password
String

必須です。 http パスワード。

属性

適用対象