Share via


IHardwareInventory.Interface 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> Interface { 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.Interface : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IHardwareInventoryNetworkInterface>
Public ReadOnly Property Interface As List(Of IHardwareInventoryNetworkInterface)

Property Value

Attributes

Applies to