Sdílet prostřednictvím


WorkbookInnerErrorTrace Class

Definition

Error details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookInnerErrorTraceTypeConverter))]
public class WorkbookInnerErrorTrace : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookInnerErrorTrace
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.WorkbookInnerErrorTraceTypeConverter))>]
type WorkbookInnerErrorTrace = class
    interface IWorkbookInnerErrorTrace
    interface IJsonSerializable
Public Class WorkbookInnerErrorTrace
Implements IWorkbookInnerErrorTrace
Inheritance
WorkbookInnerErrorTrace
Attributes
Implements

Constructors

WorkbookInnerErrorTrace()

Creates an new WorkbookInnerErrorTrace instance.

Properties

Trace

detailed error trace

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkbookInnerErrorTrace.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkbookInnerErrorTrace.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220401.IWorkbookInnerErrorTrace.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkbookInnerErrorTrace into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to