NetworkAdapter interface
A network adapter discovered on a machine.
Properties
| display |
User friendly name of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
| ip |
List of IP Addresses on the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
| mac |
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