IConfigurationsOperations.BeginEnablingHttpAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This operation is deprecated. Please do not use it any longer.
Commencez à activer HTTP sur le cluster spécifié.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginEnablingHttpAsync (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 BeginEnablingHttpAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginEnablingHttpAsync (resourceGroupName As String, clusterName As String, username As String, password As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
Paramètres
- 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
Jeton d'annulation.
Retours
Réponse de l’opération de longue durée du cluster.
- Attributs
S’applique à
Azure SDK for .NET