IMigrationItemProperties.MigrationState 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.
The migration status.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The migration status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState) }, ReadOnly=true, Required=false, SerializedName="migrationState")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState? MigrationState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The migration status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState) }, ReadOnly=true, Required=false, SerializedName="migrationState")>]
member this.MigrationState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MigrationState>
Public ReadOnly Property MigrationState As Nullable(Of MigrationState)
Property Value
- Attributes