ExpressRouteLagLinkPropertiesFormat interface
Properties specific to ExpressRouteLagLink resources.
Properties
| admin |
Administrative state of the link. |
| interface |
Name of Azure router interface. |
| mac |
MacSec configuration. |
| members | The set of members of the ExpressRouteLagLink resource. |
| provisioning |
The provisioning state of the express route LAG link resource. |
| router |
Name of Azure router associated with link. |
Property Details
adminState
Administrative state of the link.
adminState?: string
Property Value
string
interfaceName
Name of Azure router interface.
interfaceName?: string
Property Value
string
macSecConfig
MacSec configuration.
macSecConfig?: ExpressRouteLinkMacSecConfig
Property Value
members
The set of members of the ExpressRouteLagLink resource.
members?: ExpressRouteLagMember[]
Property Value
provisioningState
The provisioning state of the express route LAG link resource.
provisioningState?: string
Property Value
string
routerName
Name of Azure router associated with link.
routerName?: string
Property Value
string