Compartir a través de


IConfigurationsOperations.EnableHttpAsync Método

Definición

Precaución

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

Habilita HTTP en el clúster especificado.

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

Parámetros

resourceGroupName
String

Necesario. Nombre del grupo de recursos.

clusterName
String

Necesario. Nombre del clúster.

username
String

Necesario. Nombre de usuario HTTP.

password
String

Necesario. Contraseña HTTP.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Respuesta de la operación de larga duración del clúster.

Atributos

Se aplica a