NetworkSecurityGroupInner.NetworkInterfaces Property

Definition

Gets a collection of references to network interfaces.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to