Share via


MySqlServerResource.Update Method

Definition

Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.

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

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.

patch
MySqlServerPatch

The required parameters for updating a server.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to