IConfigurationsOperations.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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDisablingHttpAsync (string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member BeginDisablingHttpAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginDisablingHttpAsync (resourceGroupName As String, clusterName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

パラメーター

resourceGroupName
String

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

clusterName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

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

属性

適用対象