Backup Class
Backup properties of a server.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelBackup
Constructor
Backup(*, backup_retention_days: int | None = None, geo_redundant_backup: str | GeoRedundantBackupEnum | None = None, **kwargs)
Parameters
Name | Description |
---|---|
backup_retention_days
Required
|
Backup retention days for the server. |
geo_redundant_backup
Required
|
A value indicating whether Geo-Redundant backup is enabled on the server. Possible values include: "Enabled", "Disabled". |
Keyword-Only Parameters
Name | Description |
---|---|
backup_retention_days
Required
|
|
geo_redundant_backup
Required
|
|
Variables
Name | Description |
---|---|
earliest_restore_date
|
The earliest restore point time (ISO8601 format) for server. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python