IRoleInstanceProperties.NetworkProfileNetworkInterface Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[] NetworkProfileNetworkInterface { 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.NetworkProfileNetworkInterface : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api10.ISubResource[]
Public ReadOnly Property NetworkProfileNetworkInterface As ISubResource()
Property Value
- Attributes