IHealthErrorModel.ChildError Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, 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.IInnerHealthErrorModel) }, Read=true, ReadOnly=false, Required=false, SerializedName="childErrors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IInnerHealthErrorModel> ChildError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, 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.IInnerHealthErrorModel) }, Read=true, ReadOnly=false, Required=false, SerializedName="childErrors", Update=true)>]
member this.ChildError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IInnerHealthErrorModel> with get, set
Public Property ChildError As List(Of IInnerHealthErrorModel)

Property Value

Attributes

Applies to