Share via


RecoverableDatabase Class

Definition

Represents a recoverable Azure SQL Database.

public class RecoverableDatabase : Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
type RecoverableDatabase = class
    inherit SqlModelCommon
Public Class RecoverableDatabase
Inherits SqlModelCommon
Inheritance
RecoverableDatabase

Constructors

RecoverableDatabase()

Initializes a new instance of the RecoverableDatabase class.

Properties

Edition

Optional. Gets the edition of the database.

EntityId

Optional. Gets the entity ID of the database.

LastAvailableBackupDate

Optional. Gets the last available backup date for this database.

Name

Optional. Gets the name of the service resource.

(Inherited from SqlModelCommon)
ServerName

Optional. Gets the name of the Azure SQL Database Server where the database resided.

State

Optional. Gets the state of the service resource.

(Inherited from SqlModelCommon)
Type

Optional. Gets the type of the service resource.

(Inherited from SqlModelCommon)

Applies to