Share via


GetInsightsError Class

Definition

GetInsights Query Errors.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GetInsightsErrorTypeConverter))]
public class GetInsightsError : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.GetInsightsErrorTypeConverter))>]
type GetInsightsError = class
    interface IGetInsightsError
    interface IJsonSerializable
Public Class GetInsightsError
Implements IGetInsightsError
Inheritance
GetInsightsError
Attributes
Implements

Constructors

GetInsightsError()

Creates an new GetInsightsError instance.

Properties

ErrorMessage

the error message

Kind

the query kind

QueryId

the query id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GetInsightsError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GetInsightsError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IGetInsightsError.

FromJsonString(String)

Creates a new instance of GetInsightsError, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GetInsightsError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to