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
|
The name and tier of the SKU. Default value: None
|
|
location
|
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
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
sku
|
The name and tier of the SKU. |
|
location
|
Resource location. |
|
tags
|
Resource tags. |
|
database_name
|
The name of the database. |
|
max_size_bytes
|
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. |