RestorableDroppedDatabase Class
A restorable dropped database resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceRestorableDroppedDatabase
Constructor
RestorableDroppedDatabase(*, sku: Sku | None = None, location: str | None = None, tags: Dict[str, str] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
sku
Required
|
The name and tier of the SKU. |
location
Required
|
Resource location. |
tags
Required
|
A set of tags. Resource tags. |
Keyword-Only Parameters
Name | Description |
---|---|
sku
Required
|
|
location
Required
|
|
tags
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
database_name
|
The name of the database. |
max_size_bytes
|
<xref:long>
The max size of the database expressed in bytes. |
elastic_pool_id
|
DEPRECATED: The resource name of the elastic pool containing this database. This property is deprecated and the value will always be null. |
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. Possible values include: "Geo", "Local", "Zone". |
Azure SDK for Python