MigrateMySqlStatus Class

MySQL migration status.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResource
MigrateMySqlStatus

Constructor

MigrateMySqlStatus(*, kind: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

system_data
SystemData

The system metadata relating to this resource.

migration_operation_status
str or OperationStatus

Status of the migration task. Possible values include: "InProgress", "Failed", "Succeeded", "TimedOut", "Created".

operation_id
str

Operation ID for the migration task.

local_my_sql_enabled
bool

True if the web app has in app MySql enabled.