MigrateExpressRouteCircuitRequest interface
Request model for express route circuit migration operations.
Properties
| port |
The port identifier used for shutDownBgp, migrate, restoreBgp, and rollback operations. |
| target |
The target peering location for circuit migration. |
| target |
The source-to-target port mappings for circuit migration. |
Property Details
portId
The port identifier used for shutDownBgp, migrate, restoreBgp, and rollback operations.
portId?: string
Property Value
string
targetPeeringLocation
The target peering location for circuit migration.
targetPeeringLocation?: string
Property Value
string
targetPortMapping
The source-to-target port mappings for circuit migration.
targetPortMapping?: PortMapping[]