你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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