IEventModel.HealthError Property

Definition

Gets or sets the errors associated with this event.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the errors associated with this event.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthErrorModel) }, Read=true, ReadOnly=true, Required=false, SerializedName="healthErrors", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthErrorModel> HealthError { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the errors associated with this event.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthErrorModel) }, Read=true, ReadOnly=true, Required=false, SerializedName="healthErrors", Update=false)>]
member this.HealthError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IHealthErrorModel>
Public ReadOnly Property HealthError As List(Of IHealthErrorModel)

Property Value

Attributes

Applies to