Package version:

Interface RestorableDroppedManagedDatabase

A restorable dropped managed database resource.

Hierarchy

Properties

creationDate?: Date

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

databaseName?: string

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

deletionDate?: Date

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

earliestRestoreDate?: Date

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

id?: string

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

location: string

Resource location.

name?: string

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

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

Resource tags.

Type declaration

  • [propertyName: string]: string
type?: string

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

Generated using TypeDoc