BlobBackupRuleBasedAutoProtectionSettings interface
Parameters to be used for Blob Backup Rule Based Auto Protection settings.
- Extends
Properties
| object |
The discriminator possible values: BlobBackupRuleBasedAutoProtectionSettings |
| rules | Rules are evaluated in the order provided. Inclusion adds candidates; exclusion removes candidates. If no rules are present, all containers are considered eligible when enabled = true. |
Inherited Properties
| enabled | Flag to enable whether auto protection. |
Property Details
objectType
The discriminator possible values: BlobBackupRuleBasedAutoProtectionSettings
objectType: "BlobBackupRuleBasedAutoProtectionSettings"
Property Value
"BlobBackupRuleBasedAutoProtectionSettings"
rules
Rules are evaluated in the order provided. Inclusion adds candidates; exclusion removes candidates. If no rules are present, all containers are considered eligible when enabled = true.
rules?: BlobBackupAutoProtectionRule[]
Property Value
Inherited Property Details
enabled
Flag to enable whether auto protection.
enabled: boolean
Property Value
boolean
Inherited From BlobBackupAutoProtectionSettings.enabled