Share via


IMigrateMySqlStatus.MigrationOperationStatus Property

Definition

Status of the migration task.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Status of the migration task.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.OperationStatus) }, ReadOnly=true, Required=false, SerializedName="migrationOperationStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.OperationStatus? MigrationOperationStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Status of the migration task.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.OperationStatus) }, ReadOnly=true, Required=false, SerializedName="migrationOperationStatus")>]
member this.MigrationOperationStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.OperationStatus>
Public ReadOnly Property MigrationOperationStatus As Nullable(Of OperationStatus)

Property Value

Attributes

Applies to