IConsistencyCheckTaskDetails.VMDetail 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 list of inconsistent Vm details.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of inconsistent Vm details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInconsistentVMDetails) }, ReadOnly=false, Required=false, SerializedName="vmDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInconsistentVMDetails[] VMDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of inconsistent Vm details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInconsistentVMDetails) }, ReadOnly=false, Required=false, SerializedName="vmDetails")>]
member this.VMDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IInconsistentVMDetails[] with get, set
Public Property VMDetail As IInconsistentVMDetails()
Property Value
- Attributes