RestorableDroppedDatabase interface
A restorable dropped database resource.
- Extends
Properties
backup |
The storage account type used to store backups for this database. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
keys | The resource ids of the user assigned identities to use |
location | Resource location. |
max |
The max size of the database expressed in bytes. NOTE: This property will not be serialized. It can only be populated by the server. |
sku | The name and tier of the SKU. |
tags | Resource tags. |
Inherited Properties
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
backupStorageRedundancy
The storage account type used to store backups for this database. NOTE: This property will not be serialized. It can only be populated by the server.
backupStorageRedundancy?: string
Property Value
string
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
keys
The resource ids of the user assigned identities to use
keys?: {[propertyName: string]: DatabaseKey}
Property Value
{[propertyName: string]: DatabaseKey}
location
Resource location.
location?: string
Property Value
string
maxSizeBytes
The max size of the database expressed in bytes. NOTE: This property will not be serialized. It can only be populated by the server.
maxSizeBytes?: number
Property Value
number
sku
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
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 ProxyResource.id
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 ProxyResource.name
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 ProxyResource.type