Share via


IMonitor.ErrorDetail Property

Definition

Error details.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.Info(Create=false, Description="Error details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IErrorDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="details", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IErrorDetails> ErrorDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.Info(Create=false, Description="Error details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IErrorDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="details", Update=false)>]
member this.ErrorDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.IErrorDetails>
Public ReadOnly Property ErrorDetail As List(Of IErrorDetails)

Property Value

Attributes

Applies to