次の方法で共有


FirewallPolicyFilterRuleCollection.Rules プロパティ

定義

ルール コレクションに含まれるルールの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象