Partager via


ConfigurationsOperationsExtensions.BatchUpdate Méthode

Définition

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

public static Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListResult BatchUpdate(this Microsoft.Azure.Management.MySQL.FlexibleServers.IConfigurationsOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.MySQL.FlexibleServers.Models.ConfigurationListForBatchUpdate parameters);
static member BatchUpdate : 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 BatchUpdate (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 pour la mise à jour d’une liste de configuration de serveur.

Retours

S’applique à