Share via


IMigrationItem.MigrationState Property

Definition

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

Applies to