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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python