Freigeben über


IMigrationDetails.MigrationTested Property

Definition

Gets or sets a value indicating whether migration was tested on the machine.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets a value indicating whether migration was tested on the machine.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="migrationTested")]
public bool? MigrationTested { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets a value indicating whether migration was tested on the machine.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="migrationTested")>]
member this.MigrationTested : Nullable<bool> with get, set
Public Property MigrationTested As Nullable(Of Boolean)

Property Value

Attributes

Applies to