IEntityGetInsightsResponse.MetaDataError Property

Definition

information about the failed queries

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="information about the failed queries", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IGetInsightsError) }, Read=true, ReadOnly=false, Required=false, SerializedName="errors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IGetInsightsError> MetaDataError { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="information about the failed queries", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IGetInsightsError) }, Read=true, ReadOnly=false, Required=false, SerializedName="errors", Update=true)>]
member this.MetaDataError : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IGetInsightsError> with get, set
Public Property MetaDataError As List(Of IGetInsightsError)

Property Value

Attributes

Applies to