RestorableDroppedDatabase Class

Definition

Represents a dropped Azure SQL Database that can be restored.

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

Constructors

RestorableDroppedDatabase()

Initializes a new instance of the RestorableDroppedDatabase class.

Properties

CreationDate

Optional. Gets the date this database was created.

DeletionDate

Optional. Gets the date this database was deleted.

Edition

Optional. Gets the database resource's edition.

EntityId

Optional. Gets the entity ID of the database.

MaximumDatabaseSizeInBytes

Optional. Gets the maximum size of this database expressed in bytes.

Name

Optional. Gets the name of the service resource.

(Inherited from SqlModelCommon)
RecoveryPeriodStartDate

Optional. Gets the starting date of the restorable period for this database.

ServerName

Optional. Gets the name of the server.

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