你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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