ManagedInstanceLongTermRetentionBackup Class
A long term retention backup for a managed database.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceManagedInstanceLongTermRetentionBackup
Constructor
ManagedInstanceLongTermRetentionBackup(**kwargs)
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
managed_instance_name
|
The managed instance that the backup database belongs to. |
managed_instance_create_time
|
The create time of the instance. |
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". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python