Aracılığıyla paylaş


MySqlFlexibleServerCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string serverName, Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, serverName As String, data As MySqlFlexibleServerData, Optional cancellationToken As CancellationToken = Nothing) As 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