Compartilhar via


ServerParametersOperationsExtensions.ListUpdateConfigurationsAsync Método

Definição

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

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)

Parâmetros

operations
IServerParametersOperations

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.

value
ConfigurationListResult

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a