Share via


NetworkProfile.NetworkInterfaces Property

Definition

Gets or sets specifies the list of resource Ids for the network interfaces associated with the virtual machine.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to