RestorableDroppedManagedDatabase Class

Definition

A restorable dropped managed database resource.

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

Constructors

RestorableDroppedManagedDatabase()

Initializes a new instance of the RestorableDroppedManagedDatabase class.

RestorableDroppedManagedDatabase(String, String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the RestorableDroppedManagedDatabase 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).

Id

Gets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from TrackedResource)
Name

Gets resource name.

(Inherited from Resource)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to