IConfigurationsOperations.EnableHttpAsync Method

Definition

Caution

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

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

username
String

Required. The HTTP username.

password
String

Required. The HTTP password.

cancellationToken
CancellationToken

Cancellation token.

Returns

The cluster long running operation response.

Attributes

Applies to