Share via


IHealthErrorModel.ChildError Property

Definition

Gets or sets a list of child health errors associated with this error.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets a list of child health errors associated with this error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IInnerHealthErrorModel) }, ReadOnly=false, Required=false, SerializedName="childErrors")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IInnerHealthErrorModel[] ChildError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets a list of child health errors associated with this error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IInnerHealthErrorModel) }, ReadOnly=false, Required=false, SerializedName="childErrors")>]
member this.ChildError : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IInnerHealthErrorModel[] with get, set
Public Property ChildError As IInnerHealthErrorModel()

Property Value

Attributes

Applies to