次の方法で共有


AzureApplicationGatewayFirewallDisabledRuleGroupConfigBase.Rules Property

Definition

[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

Applies to