Share via


TimelineError Class

Definition

Timeline Query Errors.

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

Constructors

TimelineError()

Creates an new TimelineError instance.

Properties

ErrorMessage

the error message

Kind

the query kind

QueryId

the query id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TimelineError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TimelineError.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TimelineError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to