IMongoMigrationProgressDetails.MigrationStatus 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.
Migration Status
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Migration Status", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.MongoMigrationStatus) }, ReadOnly=true, Required=false, SerializedName="migrationStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.MongoMigrationStatus? MigrationStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Migration Status", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.MongoMigrationStatus) }, ReadOnly=true, Required=false, SerializedName="migrationStatus")>]
member this.MigrationStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.MongoMigrationStatus>
Public ReadOnly Property MigrationStatus As Nullable(Of MongoMigrationStatus)
Property Value
- Attributes