次の方法で共有


AzureFirewallApplicationRuleCollection.Rules プロパティ

定義

アプリケーション ルール コレクションで使用される規則のコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象