次の方法で共有


AzureFirewall.NetworkRuleCollections プロパティ

定義

Azure Firewallで使用されるネットワーク 規則コレクションのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象