IDefaultErrorResponseError.Detail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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