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

적용 대상