MySqlFlexibleServerBackupCollection.CreateOrUpdate Method

Definition

Create backup for a given server with specified backup name.

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

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.

backupName
String

The name of the backup.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

backupName is null.

Applies to