DatabaseBackupOperationsExtensions.GetDeletedDatabaseBackup Method

Definition

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

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackupGetResponse GetDeletedDatabaseBackup (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations operations, string resourceGroupName, string serverName, string databaseName);
static member GetDeletedDatabaseBackup : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseBackupOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackupGetResponse
<Extension()>
Public Function GetDeletedDatabaseBackup (operations As IDatabaseBackupOperations, resourceGroupName As String, serverName As String, databaseName As String) As 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