Share via


IRoleInstanceNetworkProfile.NetworkInterface Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Specifies the list of resource Ids for the network interfaces associated with the role instance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource) }, ReadOnly=true, Required=false, SerializedName="networkInterfaces")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource[] NetworkInterface { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Specifies the list of resource Ids for the network interfaces associated with the role instance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource) }, ReadOnly=true, Required=false, SerializedName="networkInterfaces")>]
member this.NetworkInterface : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource[]
Public ReadOnly Property NetworkInterface As ISubResource()

Property Value

Attributes

Applies to