Partager via


ConfigurationsOperationsExtensions.EnableHttpAsync Méthode

Définition

Attention

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

Active HTTP sur le cluster spécifié.

[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

Paramètres

operations
IConfigurationsOperations

Référence à Microsoft.Azure.Management.HDInsight.IClusterOperations.

resourceGroupName
String

Obligatoire. Nom du groupe de ressources.

clusterName
String

Obligatoire. Nom du cluster.

username
String

Obligatoire. Nom d’utilisateur http.

password
String

Obligatoire. Mot de passe http.

cancellationToken
CancellationToken

Retours

Réponse de l’opération de longue durée du cluster.

Attributs

S’applique à