Condividi tramite


IErrorEntity.Detail Property

Definition

Error Details.

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

Property Value

Attributes

Applies to