다음을 통해 공유


RoleInstanceNetworkProfile.NetworkInterfaces Property

Definition

Gets specifies the list of resource Ids for the network interfaces associated with the role instance.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to