Freigeben über


IConfigurationsOperations.BeginUpdateWithHttpMessagesAsync Methode

Definition

Achtung

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

Konfiguriert die HTTP-Einstellungen für den angegebenen Cluster. Diese API ist veraltet. Verwenden Sie stattdessen UpdateGatewaySettings im Clusterendpunkt.

[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)

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

configurationName
String

Der Name der Clusterkonfiguration.

parameters
IDictionary<String,String>

Die Clusterkonfigurationen.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Attribute

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: