RestorableDroppedManagedDatabase interface
A restorable dropped managed database resource.
- Extends
Properties
creation |
The creation date of the database (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
database |
The name of the database. NOTE: This property will not be serialized. It can only be populated by the server. |
deletion |
The deletion date of the database (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server. |
earliest |
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
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