Partilhar via


IConfigurationsOperations.EnableHttpAsync Método

Definição

Cuidado

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

Habilita HTTP no cluster 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

Obrigatórios. O nome do grupo de recursos.

clusterName
String

Obrigatórios. O nome do cluster.

username
String

Obrigatórios. O nome de usuário HTTP.

password
String

Obrigatórios. A senha HTTP.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

A resposta da operação de execução prolongada do cluster.

Atributos

Aplica-se a