IpGroup.FirewallPolicies Property

Definition

Gets list of references to Firewall Policies resources that this IpGroups is associated with.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to