IWorkflowEnvelopeProperties.InnerError Property

Definition

Inner errors.

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

Property Value

Attributes

Applies to