IManagedRuleOverride.Exclusion 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.
Describes the exclusions that are applied to this specific rule.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Describes the exclusions that are applied to this specific rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion) }, Read=true, ReadOnly=false, Required=false, SerializedName="exclusions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion> Exclusion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Describes the exclusions that are applied to this specific rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion) }, Read=true, ReadOnly=false, Required=false, SerializedName="exclusions", Update=true)>]
member this.Exclusion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleExclusion> with get, set
Public Property Exclusion As List(Of IManagedRuleExclusion)
Property Value
- Attributes