BackupPolicyPatch interface
Backup policy Details for create and update
Properties
| backup |
Backup Policy GUID ID NOTE: This property will not be serialized. It can only be populated by the server. |
| daily |
Daily backups count to keep |
| enabled | The property to decide policy is enabled or not |
| id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
| location | Resource location |
| monthly |
Monthly backups count to keep |
| name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Resource tags |
| type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
| volume |
A list of volumes assigned to this policy NOTE: This property will not be serialized. It can only be populated by the server. |
| volumes |
Volumes using current backup policy NOTE: This property will not be serialized. It can only be populated by the server. |
| weekly |
Weekly backups count to keep |
Property Details
backupPolicyId
Backup Policy GUID ID NOTE: This property will not be serialized. It can only be populated by the server.
backupPolicyId?: string
Property Value
string
dailyBackupsToKeep
Daily backups count to keep
dailyBackupsToKeep?: number
Property Value
number
enabled
The property to decide policy is enabled or not
enabled?: boolean
Property Value
boolean
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
location
Resource location
location?: string
Property Value
string
monthlyBackupsToKeep
Monthly backups count to keep
monthlyBackupsToKeep?: number
Property Value
number
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
provisioningState
Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
volumeBackups
A list of volumes assigned to this policy NOTE: This property will not be serialized. It can only be populated by the server.
volumeBackups?: VolumeBackups[]
Property Value
volumesAssigned
Volumes using current backup policy NOTE: This property will not be serialized. It can only be populated by the server.
volumesAssigned?: number
Property Value
number
weeklyBackupsToKeep
Weekly backups count to keep
weeklyBackupsToKeep?: number
Property Value
number