Backup Class
Storage Profile 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 | EnableStatusEnum | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
backup_retention_days
|
Backup retention days for the server. |
geo_redundant_backup
|
Whether or not geo redundant backup is enabled. Possible values include: "Enabled", "Disabled". |
Variables
Name | Description |
---|---|
backup_retention_days
|
Backup retention days for the server. |
geo_redundant_backup
|
Whether or not geo redundant backup is enabled. Possible values include: "Enabled", "Disabled". |
earliest_restore_date
|
Earliest restore point creation time (ISO8601 format). |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python