共用方式為


MigrateMySqlStatusInner.MigrationOperationStatus 屬性

定義

取得移轉工作的狀態。 可能的值包括:'InProgress'、'Failed'、'Succeeded'、'TimedOut'、'Created'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.migrationOperationStatus")]
public Microsoft.Azure.Management.AppService.Fluent.Models.OperationStatus? MigrationOperationStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.migrationOperationStatus")>]
member this.MigrationOperationStatus : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.OperationStatus>
Public ReadOnly Property MigrationOperationStatus As Nullable(Of OperationStatus)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於