Sdílet prostřednictvím


MySqlFlexibleServerCollection.CreateOrUpdateAsync Method

Definition

Creates a new server or updates an existing server. The update action will overwrite the existing server.

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

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.

serverName
String

The name of the server.

data
MySqlFlexibleServerData

The required parameters for creating or updating a server.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

serverName or data is null.

Applies to