IBackupPolicy.PolicyRule Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBasePolicyRule), typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAzureBackupRule), typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAzureRetentionRule) }, Read=true, ReadOnly=false, Required=true, SerializedName="policyRules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBasePolicyRule> PolicyRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBasePolicyRule), typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAzureBackupRule), typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAzureRetentionRule) }, Read=true, ReadOnly=false, Required=true, SerializedName="policyRules", Update=true)>]
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

Attributes

Applies to