DatabaseBackupOperationsExtensions.GetDeletedDatabaseBackupAsync Method

Definition

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

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

Parameters

operations
IDatabaseBackupOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations.

resourceGroupName
String

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

serverName
String

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

databaseName
String

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

Returns

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

Applies to