IManagedRuleGroupOverride.ManagedRuleOverride 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.
List of rules that will be disabled. If none specified, all rules in the group will be disabled.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="List of rules that will be disabled. If none specified, all rules in the group will be disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride) }, Read=true, ReadOnly=false, Required=false, SerializedName="rules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride> ManagedRuleOverride { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="List of rules that will be disabled. If none specified, all rules in the group will be disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride) }, Read=true, ReadOnly=false, Required=false, SerializedName="rules", Update=true)>]
member this.ManagedRuleOverride : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleOverride> with get, set
Public Property ManagedRuleOverride As List(Of IManagedRuleOverride)
Property Value
- Attributes