次の方法で共有


AzureFirewall.IpGroups プロパティ

定義

AzureFirewall に関連付けられている ipGroups を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipGroups")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallIpGroups> IpGroups { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipGroups")>]
member this.IpGroups : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallIpGroups>
Public ReadOnly Property IpGroups As IList(Of AzureFirewallIpGroups)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象