NetworkInterfaceProperties interface
Network Interface Properties defines the properties of the resource.
- Extends
Properties
administrative |
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
connected |
The ARM resource id of the interface or compute server its connected to. NOTE: This property will not be serialized. It can only be populated by the server. |
interface |
The Interface Type. Example: Management/Data NOTE: This property will not be serialized. It can only be populated by the server. |
ipv4Address | IPv4Address of the interface. NOTE: This property will not be serialized. It can only be populated by the server. |
ipv6Address | IPv6Address of the interface. NOTE: This property will not be serialized. It can only be populated by the server. |
physical |
Physical Identifier of the network interface. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
annotation | Switch configuration description. |
Property Details
administrativeState
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
administrativeState?: string
Property Value
string
connectedTo
The ARM resource id of the interface or compute server its connected to. NOTE: This property will not be serialized. It can only be populated by the server.
connectedTo?: string
Property Value
string
interfaceType
The Interface Type. Example: Management/Data NOTE: This property will not be serialized. It can only be populated by the server.
interfaceType?: string
Property Value
string
ipv4Address
IPv4Address of the interface. NOTE: This property will not be serialized. It can only be populated by the server.
ipv4Address?: string
Property Value
string
ipv6Address
IPv6Address of the interface. NOTE: This property will not be serialized. It can only be populated by the server.
ipv6Address?: string
Property Value
string
physicalIdentifier
Physical Identifier of the network interface. NOTE: This property will not be serialized. It can only be populated by the server.
physicalIdentifier?: string
Property Value
string
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation