次の方法で共有


ApplicationGatewayWebApplicationFirewallConfiguration.DisabledRuleGroups プロパティ

定義

無効なルール グループを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="disabledRuleGroups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFirewallDisabledRuleGroup> DisabledRuleGroups { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disabledRuleGroups")>]
member this.DisabledRuleGroups : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFirewallDisabledRuleGroup> with get, set
Public Property DisabledRuleGroups As IList(Of ApplicationGatewayFirewallDisabledRuleGroup)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象