Share via


MySqlFlexibleServerBackupV2Collection.GetAsync Method

Definition

Get backup for a given server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/backupsV2/{backupName}
  • Operation Id: LongRunningBackups_Get
  • Default Api Version: 2023-12-30
  • Resource: MySqlFlexibleServerBackupV2Resource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServerBackupV2Resource>> GetAsync (string backupName, System.Threading.CancellationToken cancellationToken = default);

Parameters

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

Product Versions
Azure SDK for .NET Latest, Preview