你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
str

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