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

MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel.MigrationState Property

Definition

Gets migration state that this database is in Possible values include: 'UNDEFINED', 'CONFIGURING', 'INITIALIAZING', 'STARTING', 'RUNNING', 'READY_TO_COMPLETE', 'COMPLETING', 'COMPLETE', 'CANCELLING', 'CANCELLED', 'FAILED'

[Newtonsoft.Json.JsonProperty(PropertyName="migrationState")]
public string MigrationState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="migrationState")>]
member this.MigrationState : string
Public ReadOnly Property MigrationState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to