Sdílet prostřednictvím


AzureSqlDatabaseBackupCommunicator.GetRestorableDroppedDatabase Method

Definition

Get a restorable dropped database for a given Sql Azure Database

public Microsoft.Azure.Management.Sql.Models.RestorableDroppedDatabase GetRestorableDroppedDatabase (string resourceGroupName, string serverName, string databaseId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.RestorableDroppedDatabase> oDataQuery = default);
member this.GetRestorableDroppedDatabase : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.RestorableDroppedDatabase> -> Microsoft.Azure.Management.Sql.Models.RestorableDroppedDatabase
Public Function GetRestorableDroppedDatabase (resourceGroupName As String, serverName As String, databaseId As String, Optional oDataQuery As ODataQuery(Of RestorableDroppedDatabase) = Nothing) As RestorableDroppedDatabase

Parameters

resourceGroupName
String

The name of the resource group

serverName
String

The name of the Azure SQL Server

databaseId
String

The id of the Azure SQL database

oDataQuery
ODataQuery<RestorableDroppedDatabase>

Additional query filter parameters

Returns

Restoreable dropped database

Applies to