MigrateMySqlStatusProperties Class
MigrateMySqlStatus resource specific properties.
Constructor
MigrateMySqlStatusProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
migration_operation_status
|
Status of the migration task. Known values are: "InProgress", "Failed", "Succeeded", "TimedOut", and "Created". |
|
operation_id
|
Operation ID for the migration task. |
|
local_my_sql_enabled
|
True if the web app has in app MySql enabled. |
Attributes
local_my_sql_enabled
True if the web app has in app MySql enabled.
local_my_sql_enabled: bool | None
migration_operation_status
"InProgress", "Failed", "Succeeded", "TimedOut", and "Created".
migration_operation_status: str | _models.OperationStatus | None
operation_id
Operation ID for the migration task.
operation_id: str | None