MigrateMySqlStatusPropertiesOutput interface
MigrateMySqlStatus resource specific properties
Properties
| local |
True if the web app has in app MySql enabled |
| migration |
Status of the migration task. |
| operation |
Operation ID for the migration task. |
Property Details
localMySqlEnabled
True if the web app has in app MySql enabled
localMySqlEnabled?: boolean
Property Value
boolean
migrationOperationStatus
Status of the migration task.
migrationOperationStatus?: "Failed" | "Succeeded" | "InProgress" | "TimedOut" | "Created"
Property Value
"Failed" | "Succeeded" | "InProgress" | "TimedOut" | "Created"
operationId
Operation ID for the migration task.
operationId?: string
Property Value
string