RestorableDroppedDatabaseInner Class

Definition

A restorable dropped database

[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorableDroppedDatabaseInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorableDroppedDatabaseInner = class
    inherit ProxyResourceInner
Public Class RestorableDroppedDatabaseInner
Inherits ProxyResourceInner
Inheritance
RestorableDroppedDatabaseInner
Attributes

Constructors

RestorableDroppedDatabaseInner()

Initializes a new instance of the RestorableDroppedDatabaseInner class.

RestorableDroppedDatabaseInner(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the RestorableDroppedDatabaseInner class.

Properties

CreationDate

Gets the creation date of the database (ISO8601 format)

DatabaseName

Gets the name of the database

DeletionDate

Gets the deletion date of the database (ISO8601 format)

EarliestRestoreDate

Gets the earliest restore date of the database (ISO8601 format)

Edition

Gets the edition of the database

ElasticPoolName

Gets the elastic pool name of the database

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Gets the geo-location where the resource lives

MaxSizeBytes

Gets the max size in bytes of the database

Name

Resource name

(Inherited from ProxyResource)
ServiceLevelObjective

Gets the service level objective name of the database

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to