AzureSqlManagedDatabaseBackupCommunicator.GetDeletedDatabaseBackup 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.
Get a restorable deleted database for a given Sql Azure Database
public Microsoft.Azure.Management.Sql.Models.RestorableDroppedManagedDatabase GetDeletedDatabaseBackup (string resourceGroupName, string instanceName, string databaseName);
member this.GetDeletedDatabaseBackup : string * string * string -> Microsoft.Azure.Management.Sql.Models.RestorableDroppedManagedDatabase
Public Function GetDeletedDatabaseBackup (resourceGroupName As String, instanceName As String, databaseName As String) As RestorableDroppedManagedDatabase
Parameters
- resourceGroupName
- String
The name of the resource group
- instanceName
- String
The name of the Managed Instance
- databaseName
- String
The name of the Managed database
Returns
List of restore points