Compartilhar via


ConfigurationsOperationsExtensions.BeginBatchUpdate Método

Definição

Atualize uma lista de configurações em um determinado servidor.

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

Parâmetros

operations
IConfigurationsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

parameters
ConfigurationListForBatchUpdate

Os parâmetros para atualizar uma lista de configuração de servidor.

Retornos

Aplica-se a