次の方法で共有


ApplicationGatewayFirewallRuleSet.RuleGroups プロパティ

定義

Web アプリケーション ファイアウォール規則セットの規則グループを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象