IErrorDefinition.Detail Property

Definition

The internal error details.

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

Property Value

Attributes

Applies to