Compartilhar via


ConfigurationsOperationsExtensions.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 static System.Threading.Tasks.Task EnableHttpAsync (this Microsoft.Azure.Management.HDInsight.IConfigurationsOperations operations, string resourceGroupName, string clusterName, string username, string password, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member EnableHttpAsync : Microsoft.Azure.Management.HDInsight.IConfigurationsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function EnableHttpAsync (operations As IConfigurationsOperations, resourceGroupName As String, clusterName As String, username As String, password As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
IConfigurationsOperations

Referência ao Microsoft.Azure.Management.HDInsight.IClusterOperations.

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

Retornos

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

Atributos

Aplica-se a