NicEntityProperties interface
Nic entity property bag.
- Extends
Properties
ip |
The IP entity id of this network interface NOTE: This property will not be serialized. It can only be populated by the server. |
mac |
The MAC address of this network interface NOTE: This property will not be serialized. It can only be populated by the server. |
vlans | A list of VLANs of the network interface entity. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
ipAddressEntityId
The IP entity id of this network interface NOTE: This property will not be serialized. It can only be populated by the server.
ipAddressEntityId?: string
Property Value
string
macAddress
The MAC address of this network interface NOTE: This property will not be serialized. It can only be populated by the server.
macAddress?: string
Property Value
string
vlans
A list of VLANs of the network interface entity. NOTE: This property will not be serialized. It can only be populated by the server.
vlans?: string[]
Property Value
string[]
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName
Azure SDK for JavaScript