IAzureCoreFoundationsError.Detail Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="An array of details about specific errors that led to this reported error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAzureCoreFoundationsError) }, Read=true, ReadOnly=false, Required=false, SerializedName="details", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAzureCoreFoundationsError> Detail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="An array of details about specific errors that led to this reported error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAzureCoreFoundationsError) }, Read=true, ReadOnly=false, Required=false, SerializedName="details", Update=true)>]
member this.Detail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IAzureCoreFoundationsError> with get, set
Public Property Detail As List(Of IAzureCoreFoundationsError)

Property Value

Attributes

Applies to