ConfigurationsOperationsExtensions.BeginEnablingHttpAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 BeginEnablingHttpAsync (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 BeginEnablingHttpAsync : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginEnablingHttpAsync (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
戻り値
クラスターの実行時間の長い操作応答。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET