次の方法で共有


ExclusionManagedRuleSet.RuleGroups プロパティ

定義

ルール セットに適用するルール グループを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象