IMigrationItem.LastTestMigrationStatus 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 status of the last test migration.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The status of the last test migration.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="lastTestMigrationStatus")]
public string LastTestMigrationStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The status of the last test migration.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="lastTestMigrationStatus")>]
member this.LastTestMigrationStatus : string
Public ReadOnly Property LastTestMigrationStatus As String
Property Value
- Attributes