Freigeben über


ServerParametersOperationsExtensions.ListUpdateConfigurationsAsync Methode

Definition

Aktualisieren Sie eine Liste von Konfigurationen auf einem bestimmten Server.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult> ListUpdateConfigurationsAsync (this Microsoft.Azure.Management.MySQL.IServerParametersOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult value, System.Threading.CancellationToken cancellationToken = default);
static member ListUpdateConfigurationsAsync : Microsoft.Azure.Management.MySQL.IServerParametersOperations * string * string * Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.ConfigurationListResult>
<Extension()>
Public Function ListUpdateConfigurationsAsync (operations As IServerParametersOperations, resourceGroupName As String, serverName As String, value As ConfigurationListResult, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConfigurationListResult)

Parameter

operations
IServerParametersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

serverName
String

Name des Servers

value
ConfigurationListResult

Die Parameter zum Aktualisieren einer Liste der Serverkonfigurationen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: