Partager via


ConfigurationsOperationsExtensions.BeginBatchUpdate Méthode

Définition

Mettre à jour une liste de configurations dans un serveur donné.

public static Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListResult BeginBatchUpdate (this Microsoft.Azure.Management.MySQL.FlexibleServers.IConfigurationsOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListForBatchUpdate parameters);
static member BeginBatchUpdate : Microsoft.Azure.Management.MySQL.FlexibleServers.IConfigurationsOperations * string * string * Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListForBatchUpdate -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListResult
<Extension()>
Public Function BeginBatchUpdate (operations As IConfigurationsOperations, resourceGroupName As String, serverName As String, parameters As ConfigurationListForBatchUpdate) As ConfigurationListResult

Paramètres

operations
IConfigurationsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serverName
String

Le nom du serveur

parameters
ConfigurationListForBatchUpdate

Paramètres de mise à jour d’une liste de configuration du serveur.

Retours

S’applique à