PrivateEndpoint.NetworkInterfaces Property

Definition

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

Property Value

IList<NetworkInterface>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to