IRoleInstanceProperties.NetworkProfileNetworkInterface Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, 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.ISubResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkInterfaces", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResource> NetworkProfileNetworkInterface { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, 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.ISubResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkInterfaces", Update=false)>]
member this.NetworkProfileNetworkInterface : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResource>
Public ReadOnly Property NetworkProfileNetworkInterface As List(Of ISubResource)

Property Value

Attributes

Applies to