Share via


AzureSqlManagedDatabaseBackupCommunicator.ListDeletedDatabaseBackups Method

Definition

Lists the restorable deleted databases for a given Sql Azure Server

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.RestorableDroppedManagedDatabase> ListDeletedDatabaseBackups (string resourceGroupName, string serverName);
member this.ListDeletedDatabaseBackups : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.RestorableDroppedManagedDatabase>
Public Function ListDeletedDatabaseBackups (resourceGroupName As String, serverName As String) As IList(Of RestorableDroppedManagedDatabase)

Parameters

resourceGroupName
String

The name of the resource group

serverName
String

The name of the Azure SQL Server

Returns

List of restore points

Applies to