LongTermRetentionBackup Class
A long term retention backup.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceLongTermRetentionBackup
Constructor
LongTermRetentionBackup(*, requested_backup_storage_redundancy: str | BackupStorageRedundancy | None = None, **kwargs)
Parameters
Name | Description |
---|---|
requested_backup_storage_redundancy
Required
|
The storage redundancy type of the backup. Possible values include: "Geo", "Local", "Zone". |
Keyword-Only Parameters
Name | Description |
---|---|
requested_backup_storage_redundancy
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
server_name
|
The server name that the backup database belong to. |
server_create_time
|
The create time of the server. |
database_name
|
The name of the database the backup belong to. |
database_deletion_time
|
The delete time of the database. |
backup_time
|
The time the backup was taken. |
backup_expiration_time
|
The time the long term retention backup will expire. |
backup_storage_redundancy
|
The storage redundancy type of the backup. Possible values include: "Geo", "Local", "Zone". |
Azure SDK for Python