ConfigurationsOperationsExtensions.EnableHttpAsync メソッド

定義

注意事項

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 System.Threading.Tasks.Task EnableHttpAsync (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName, string username, string password, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member EnableHttpAsync : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function EnableHttpAsync (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String, username As String, password As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IConfigurationsOperations

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

resourceGroupName
String

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

clusterName
String

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

username
String

必須。 http ユーザー名。

password
String

必須。 http パスワード。

cancellationToken
CancellationToken

戻り値

クラスターの実行時間の長い操作応答。

属性

適用対象