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