AzureSqlDatabaseBackupCommunicator.ListDeletedDatabaseBackups Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the restorable deleted databases for a given Sql Azure Server
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackup> ListDeletedDatabaseBackups (string resourceGroupName, string serverName);
member this.ListDeletedDatabaseBackups : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.DeletedDatabaseBackup>
Public Function ListDeletedDatabaseBackups (resourceGroupName As String, serverName As String) As IList(Of DeletedDatabaseBackup)
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the Azure SQL Server
Returns
List of restore points