IDefaultErrorResponseError.Detail Property

Definition

Details or the error

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Details or the error", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDefaultErrorResponseErrorDetailsItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="details", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDefaultErrorResponseErrorDetailsItem> Detail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Details or the error", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDefaultErrorResponseErrorDetailsItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="details", Update=true)>]
member this.Detail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDefaultErrorResponseErrorDetailsItem> with get, set
Public Property Detail As List(Of IDefaultErrorResponseErrorDetailsItem)

Property Value

Attributes

Applies to