次の方法で共有


AzureFirewall.ApplicationRuleCollections プロパティ

定義

Azure Firewallによって使用されるアプリケーション ルール コレクションのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象