次の方法で共有


ExclusionManagedRuleGroup.Rules プロパティ

定義

除外されるルールの一覧を取得または設定します。 何も指定しない場合、グループ内のすべてのルールが除外されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象