Share via


AzureSqlDatabaseBackupCommunicator.GetDeletedDatabaseBackup Method

Definition

Get a restorable deleted database for a given Sql Azure Database

public Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackup GetDeletedDatabaseBackup (string resourceGroupName, string serverName, string databaseName);
member this.GetDeletedDatabaseBackup : string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackup
Public Function GetDeletedDatabaseBackup (resourceGroupName As String, serverName As String, databaseName As String) As DeletedDatabaseBackup

Parameters

resourceGroupName
String

The name of the resource group

serverName
String

The name of the Azure SQL Server

databaseName
String

The name of the Azure SQL database

Returns

List of restore points

Applies to