MigrateExpressRouteCircuitHealthCheckResponse interface
Response for express route circuit migration health check and migration operations.
Properties
| details | Detailed health check information for migration. |
| failure |
The failure reason if the migration operation failed. |
| new |
The URL of the new cross connection after migration. |
| new |
The new service tag assigned after migration. |
| phase | The current phase of the migration operation. |
| prepared |
The timestamp when the migration was prepared. |
| prepare |
The expiry time for the prepare phase. |
| should |
Indicates whether rollback should be performed. |
| status | The overall status of the migration operation. |
Property Details
details
Detailed health check information for migration.
details?: MigrateExpressRouteCircuitHealthCheckDetails
Property Value
failureReason
The failure reason if the migration operation failed.
failureReason?: string
Property Value
string
newCrossConnectionUrl
The URL of the new cross connection after migration.
newCrossConnectionUrl?: string
Property Value
string
newSTag
The new service tag assigned after migration.
newSTag?: string
Property Value
string
phase
The current phase of the migration operation.
phase?: string
Property Value
string
preparedAt
The timestamp when the migration was prepared.
preparedAt?: Date
Property Value
Date
prepareExpiryTime
The expiry time for the prepare phase.
prepareExpiryTime?: Date
Property Value
Date
shouldRollback
Indicates whether rollback should be performed.
shouldRollback?: boolean
Property Value
boolean
status
The overall status of the migration operation.
status?: string
Property Value
string