ConfigurationsOperationsExtensions.BeginDisablingHttpAsync メソッド

定義

注意事項

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

パラメーター

operations
IConfigurationsOperations

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

resourceGroupName
String

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

clusterName
String

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

cancellationToken
CancellationToken

戻り値

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

属性

適用対象