MigrateMySqlStatusInner.MigrationOperationStatus Property

Definition

Gets status of the migration task. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to