你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.ProxyResource
RestorableDroppedDatabase

Constructor

RestorableDroppedDatabase(*, sku: Sku | None = None, location: str | None = None, tags: Dict[str, str] | None = None, **kwargs)

Parameters

Name Description
sku
Required
Sku

The name and tier of the SKU.

location
Required
str

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
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

database_name
str

The name of the database.

max_size_bytes
<xref:long>

The max size of the database expressed in bytes.

elastic_pool_id
str

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".