RuleBasedBackupPolicy.PolicyRules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc.
public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBasePolicyRule> PolicyRules { get; }
member this.PolicyRules : System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBasePolicyRule>
Public ReadOnly Property PolicyRules As IList(Of DataProtectionBasePolicyRule)