MigrateMySqlStatusPropertiesOutput interface

MigrateMySqlStatus resource specific properties

Properties

localMySqlEnabled

True if the web app has in app MySql enabled

migrationOperationStatus

Status of the migration task.

operationId

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