RestorableDroppedManagedDatabase interface

A restorable dropped managed database resource.

Extends

Properties

creationDate

The creation date of the database (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

databaseName

The name of the database. NOTE: This property will not be serialized. It can only be populated by the server.

deletionDate

The deletion date of the database (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

earliestRestoreDate

The earliest restore date of the database (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location

Resource location.

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Resource tags.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

creationDate

The creation date of the database (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

creationDate?: Date

Property Value

Date

databaseName

The name of the database. NOTE: This property will not be serialized. It can only be populated by the server.

databaseName?: string

Property Value

string

deletionDate

The deletion date of the database (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

deletionDate?: Date

Property Value

Date

earliestRestoreDate

The earliest restore date of the database (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

earliestRestoreDate?: Date

Property Value

Date

Inherited Property Details

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From TrackedResource.id

location

Resource location.

location: string

Property Value

string

Inherited From TrackedResource.location

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From TrackedResource.name

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResource.tags

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From TrackedResource.type