Megosztás a következőn keresztül:


IError.Detail Property

Definition

Array of details about specific errors that led to this reported error.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Array of details about specific errors that led to this reported error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError) }, ReadOnly=true, Required=false, SerializedName="details")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError[] Detail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Array of details about specific errors that led to this reported error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError) }, ReadOnly=true, Required=false, SerializedName="details")>]
member this.Detail : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError[]
Public ReadOnly Property Detail As IError()

Property Value

IError[]
Attributes

Applies to