IHealthErrorModel.ChildError 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.
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