Share via


MySqlConfigurationCollection.CreateOrUpdateAsync Method

Definition

Updates a configuration of a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations/{configurationName}
  • Operation Id: Configurations_CreateOrUpdate
  • Default Api Version: 2017-12-01
  • Resource: MySqlConfigurationResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.MySqlConfigurationResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string configurationName, Azure.ResourceManager.MySql.MySqlConfigurationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MySql.MySqlConfigurationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.MySqlConfigurationResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MySql.MySqlConfigurationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.MySqlConfigurationResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, configurationName As String, data As MySqlConfigurationData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MySqlConfigurationResource))

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.

configurationName
String

The name of the server configuration.

data
MySqlConfigurationData

The required parameters for updating a server configuration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

configurationName is an empty string, and was expected to be non-empty.

configurationName or data is null.

Applies to