IConfigurationsOperations.BeginDisablingHttpAsync Method

Definition

Caution

This operation is deprecated. Please do not use it any longer.

Begin disabling HTTP on the specified cluster.

[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)

Parameters

resourceGroupName
String

Required. The name of the resource group.

clusterName
String

Required. The name of the cluster.

cancellationToken
CancellationToken

Cancellation token.

Returns

The cluster long running operation response.

Attributes

Applies to