Package version:

Interface RestorableDroppedDatabase

A restorable dropped database resource.

Hierarchy

Properties

backupStorageRedundancy?: string

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.

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.

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

The resource ids of the user assigned identities to use

Type declaration

location?: string

Resource location.

maxSizeBytes?: number

The max size of the database expressed in bytes. 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.

sku?: Sku

The name and tier of the SKU.

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