BackupPolicy.PolicyRule Property

Definition

Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Origin(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PropertyOrigin.Owned)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBasePolicyRule> PolicyRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Origin(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PropertyOrigin.Owned)>]
member this.PolicyRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBasePolicyRule> with get, set
Public Property PolicyRule As List(Of IBasePolicyRule)

Property Value

Implements

Attributes

Applies to