IMigrateMySqlStatusProperties.MigrationOperationStatus Property

Definition

Status of the migration task.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "InProgress", "Failed", "Succeeded", "TimedOut", "Created" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="Status of the migration task.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="migrationOperationStatus", Update=false)]
public string MigrationOperationStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "InProgress", "Failed", "Succeeded", "TimedOut", "Created" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="Status of the migration task.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="migrationOperationStatus", Update=false)>]
member this.MigrationOperationStatus : string
Public ReadOnly Property MigrationOperationStatus As String

Property Value

Attributes

Applies to