Partager via


IConfigurationsOperations.BeginUpdateWithHttpMessagesAsync Méthode

Définition

Attention

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

Configure les paramètres HTTP sur le cluster spécifié. Cette API est déconseillée. Utilisez Plutôt UpdateGatewaySettings dans le point de terminaison du cluster.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginUpdateWithHttpMessagesAsync (string resourceGroupName, string clusterName, string configurationName, System.Collections.Generic.IDictionary<string,string> parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member BeginUpdateWithHttpMessagesAsync : string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginUpdateWithHttpMessagesAsync (resourceGroupName As String, clusterName As String, configurationName As String, parameters As IDictionary(Of String, String), Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Paramètres

resourceGroupName
String

Nom du groupe de ressources.

clusterName
String

Nom du cluster.

configurationName
String

Nom de la configuration du cluster.

parameters
IDictionary<String,String>

Configurations de cluster.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Attributs

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à