Share via


IBareMetalMachine.HardwareInventoryInterface Property

Definition

The list of network interfaces and associated details for the bare metal machine.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of network interfaces and associated details for the bare metal machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IHardwareInventoryNetworkInterface) }, Read=true, ReadOnly=true, Required=false, SerializedName="interfaces", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IHardwareInventoryNetworkInterface> HardwareInventoryInterface { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of network interfaces and associated details for the bare metal machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IHardwareInventoryNetworkInterface) }, Read=true, ReadOnly=true, Required=false, SerializedName="interfaces", Update=false)>]
member this.HardwareInventoryInterface : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IHardwareInventoryNetworkInterface>
Public ReadOnly Property HardwareInventoryInterface As List(Of IHardwareInventoryNetworkInterface)

Property Value

Attributes

Applies to