Share via


MySqlServerResource.UpdateConfigurationsAsync Method

Definition

Update a list of configurations in a given server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/updateConfigurations
  • Operation Id: ServerParameters_ListUpdateConfigurations
  • Default Api Version: 2017-12-01
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.Models.MySqlConfigurations>> UpdateConfigurationsAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.MySql.Models.MySqlConfigurations value, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateConfigurationsAsync : Azure.WaitUntil * Azure.ResourceManager.MySql.Models.MySqlConfigurations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.Models.MySqlConfigurations>>
override this.UpdateConfigurationsAsync : Azure.WaitUntil * Azure.ResourceManager.MySql.Models.MySqlConfigurations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.Models.MySqlConfigurations>>
Public Overridable Function UpdateConfigurationsAsync (waitUntil As WaitUntil, value As MySqlConfigurations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MySqlConfigurations))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

value
MySqlConfigurations

The parameters for updating a list of server configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

value is null.

Applies to