IDatabaseBackupOperations.GetDeletedDatabaseBackupAsync Method

Definition

Returns an Azure SQL deleted database backup (a resource representing a deleted database that can be restored).

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

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 deleted databases for.

databaseName
String

The name of the Azure SQL Database to retrieve deleted databases for.

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to