ManagedInstanceLongTermRetentionPolicy Class
A long term retention policy.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceManagedInstanceLongTermRetentionPolicy
Constructor
ManagedInstanceLongTermRetentionPolicy(*, weekly_retention: str | None = None, monthly_retention: str | None = None, yearly_retention: str | None = None, week_of_year: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
weekly_retention
Required
|
The weekly retention policy for an LTR backup in an ISO 8601 format. |
monthly_retention
Required
|
The monthly retention policy for an LTR backup in an ISO 8601 format. |
yearly_retention
Required
|
The yearly retention policy for an LTR backup in an ISO 8601 format. |
week_of_year
Required
|
The week of year to take the yearly backup in an ISO 8601 format. |
Keyword-Only Parameters
Name | Description |
---|---|
weekly_retention
Required
|
|
monthly_retention
Required
|
|
yearly_retention
Required
|
|
week_of_year
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python