IMigrateMySqlStatus.MigrationOperationStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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