BackupPolicyPatch Class

Backup policy Details for create and update.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.netapp._serialization.Model
BackupPolicyPatch

Constructor

BackupPolicyPatch(*, location: str | None = None, tags: Dict[str, str] | None = None, daily_backups_to_keep: int | None = None, weekly_backups_to_keep: int | None = None, monthly_backups_to_keep: int | None = None, enabled: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

Resource location.

tags

Resource tags.

daily_backups_to_keep
int

Daily backups count to keep.

weekly_backups_to_keep
int

Weekly backups count to keep.

monthly_backups_to_keep
int

Monthly backups count to keep.

enabled

The property to decide policy is enabled or not.

Variables

Name Description
location
str

Resource location.

id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

tags

Resource tags.

backup_policy_id
str

Backup Policy Resource ID.

provisioning_state
str

Azure lifecycle management.

daily_backups_to_keep
int

Daily backups count to keep.

weekly_backups_to_keep
int

Weekly backups count to keep.

monthly_backups_to_keep
int

Monthly backups count to keep.

volumes_assigned
int

Volumes using current backup policy.

enabled

The property to decide policy is enabled or not.

volume_backups

A list of volumes assigned to this policy.