IMigrationItem.HealthError Property

Definition

The list of health errors.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="The list of health errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError) }, Read=true, ReadOnly=true, Required=false, SerializedName="healthErrors", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError> HealthError { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="The list of health errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError) }, Read=true, ReadOnly=true, Required=false, SerializedName="healthErrors", Update=false)>]
member this.HealthError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthError>
Public ReadOnly Property HealthError As List(Of IHealthError)

Property Value

Attributes

Applies to