IDatabaseBackupOperations.GetGeoBackupAsync Method

Definition

Returns an Azure SQL Database geo backup.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupGetResponse> GetGeoBackupAsync (string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken);
abstract member GetGeoBackupAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.GeoBackupGetResponse>
Public Function GetGeoBackupAsync (resourceGroupName As String, serverName As String, databaseName As String, cancellationToken As CancellationToken) As Task(Of GeoBackupGetResponse)

Parameters

resourceGroupName
String

The name of the Resource Group to which the server belongs.

serverName
String

The name of the Azure SQL Database Server to retrieve geo backups for.

databaseName
String

The name of the Azure SQL Database to retrieve geo backups for.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to a Get Azure Sql Database geo backup request.

Applies to