NetworkProfile.NetworkInterfaces Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="networkInterfaces")]
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkInterfaceReference> NetworkInterfaces { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="networkInterfaces")>]
member this.NetworkInterfaces : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkInterfaceReference> with get, set
Public Property NetworkInterfaces As IList(Of NetworkInterfaceReference)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to