Package version:

Interface RecoverableDatabase

A recoverable database resource.

Hierarchy

Properties

edition?: string

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

elasticPoolName?: string

The elastic pool name of the database 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.

keys?: {
    [propertyName: string]: DatabaseKey;
}

The resource ids of the user assigned identities to use

Type declaration

lastAvailableBackupDate?: Date

The last available backup date. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

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

serviceLevelObjective?: string

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

type?: string

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

Generated using TypeDoc