IpGroup.Firewalls Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to