AzureSqlDatabaseBackupCommunicator.GetRecoverableDatabase 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.
Gets recoverable database for the given Sql Azure Database
public Microsoft.Azure.Management.Sql.Models.RecoverableDatabase GetRecoverableDatabase (string resourceGroupName, string serverName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.RecoverableDatabase> oDataQuery = default);
member this.GetRecoverableDatabase : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Models.RecoverableDatabase> -> Microsoft.Azure.Management.Sql.Models.RecoverableDatabase
Public Function GetRecoverableDatabase (resourceGroupName As String, serverName As String, databaseName As String, Optional oDataQuery As ODataQuery(Of RecoverableDatabase) = Nothing) As RecoverableDatabase
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
- oDataQuery
- ODataQuery<RecoverableDatabase>
Additional query filter parameters
Returns
Recoverable database