RecoverableDatabase interface
A recoverable database resource.
- Extends
Properties
edition | The edition of the database. NOTE: This property will not be serialized. It can only be populated by the server. |
elastic |
The elastic pool name of the database 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 |
last |
The last available backup date. NOTE: This property will not be serialized. It can only be populated by the server. |
service |
The service level objective name of the database. 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. |
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
edition
The edition of the database. NOTE: This property will not be serialized. It can only be populated by the server.
edition?: string
Property Value
string
elasticPoolName
The elastic pool name of the database NOTE: This property will not be serialized. It can only be populated by the server.
elasticPoolName?: string
Property Value
string
keys
The resource ids of the user assigned identities to use
keys?: {[propertyName: string]: DatabaseKey}
Property Value
{[propertyName: string]: DatabaseKey}
lastAvailableBackupDate
The last available backup date. NOTE: This property will not be serialized. It can only be populated by the server.
lastAvailableBackupDate?: Date
Property Value
Date
serviceLevelObjective
The service level objective name of the database. NOTE: This property will not be serialized. It can only be populated by the server.
serviceLevelObjective?: string
Property Value
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