次の方法で共有


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

適用対象