Condividi tramite


RestorableDroppedDatabase Class

A restorable dropped database resource.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

RestorableDroppedDatabase(*, sku: _models.Sku | None = None, location: str | None = None, tags: dict[str, str] | None = None, keys: dict[str, '_models.DatabaseKey'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
sku
Sku

The name and tier of the SKU.

Default value: None
location
str

Resource location.

Default value: None
tags

Resource tags.

Default value: None
keys

The resource ids of the user assigned identities to use.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

sku
Sku

The name and tier of the SKU.

location
str

Resource location.

tags

Resource tags.

database_name
str

The name of the database.

max_size_bytes
int

The max size of the database expressed in bytes.

creation_date

The creation date of the database (ISO8601 format).

deletion_date

The deletion date of the database (ISO8601 format).

earliest_restore_date

The earliest restore date of the database (ISO8601 format).

backup_storage_redundancy

The storage account type used to store backups for this database. Known values are: "Geo", "Local", "Zone", and "GeoZone".

keys

The resource ids of the user assigned identities to use.