ExpressRouteLinkPropertiesFormatOutput interface
Properties specific to ExpressRouteLink resources.
Properties
| admin |
Administrative state of the physical port. |
| colo |
Cololocation for ExpressRoute Hybrid Direct. |
| connector |
Physical fiber port type. |
| interface |
Name of Azure router interface. |
| mac |
MacSec configuration. |
| patch |
Mapping between physical port to patch panel port. |
| provisioning |
The provisioning state of the express route link resource. |
| rack |
Mapping of physical patch panel to rack. |
| router |
Name of Azure router associated with physical port. |
Property Details
adminState
Administrative state of the physical port.
adminState?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"
coloLocation
Cololocation for ExpressRoute Hybrid Direct.
coloLocation?: string
Property Value
string
connectorType
Physical fiber port type.
connectorType?: "LC" | "SC"
Property Value
"LC" | "SC"
interfaceName
Name of Azure router interface.
interfaceName?: string
Property Value
string
macSecConfig
MacSec configuration.
macSecConfig?: ExpressRouteLinkMacSecConfigOutput
Property Value
patchPanelId
Mapping between physical port to patch panel port.
patchPanelId?: string
Property Value
string
provisioningState
The provisioning state of the express route link resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
rackId
Mapping of physical patch panel to rack.
rackId?: string
Property Value
string
routerName
Name of Azure router associated with physical port.
routerName?: string
Property Value
string