Dela via


IErrorEntity.InnerError Property

Definition

Inner errors.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Inner errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) }, ReadOnly=false, Required=false, SerializedName="innerErrors")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[] InnerError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Inner errors.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity) }, ReadOnly=false, Required=false, SerializedName="innerErrors")>]
member this.InnerError : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity[] with get, set
Public Property InnerError As IErrorEntity()

Property Value

Attributes

Applies to