NetworkAdapter interface

A network adapter discovered on a machine.

Properties

displayName

User friendly name of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

ipAddresses

List of IP Addresses on the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

macAddress

MAC Address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

displayName

User friendly name of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

ipAddresses

List of IP Addresses on the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

ipAddresses?: string[]

Property Value

string[]

macAddress

MAC Address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

macAddress?: string

Property Value

string