AzureApplicationGatewayFirewallDisabledRuleGroupConfigBase.Rules 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.
[System.Management.Automation.Parameter(HelpMessage="The list of rules that will be disabled. If null, all rules of the rule group will be disabled.", Mandatory=false)]
public int[] Rules { get; set; }
[System.Management.Automation.Parameter(HelpMessage="The list of rules that will be disabled. If null, all rules of the rule group will be disabled.", Mandatory=false)]
public System.Collections.Generic.List<int> Rules { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The list of rules that will be disabled. If null, all rules of the rule group will be disabled.", Mandatory=false)>]
member this.Rules : int[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="The list of rules that will be disabled. If null, all rules of the rule group will be disabled.", Mandatory=false)>]
member this.Rules : System.Collections.Generic.List<int> with get, set
Public Property Rules As Integer()
Public Property Rules As List(Of Integer)
Property Value
Int32[]
- Attributes