MigrateExpressRouteCircuitHealthCheckResponse interface

Response for express route circuit migration health check and migration operations.

Properties

details

Detailed health check information for migration.

failureReason

The failure reason if the migration operation failed.

newCrossConnectionUrl

The URL of the new cross connection after migration.

newSTag

The new service tag assigned after migration.

phase

The current phase of the migration operation.

preparedAt

The timestamp when the migration was prepared.

prepareExpiryTime

The expiry time for the prepare phase.

shouldRollback

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