Sdílet prostřednictvím


MyWorkbookError Class

Definition

Error response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookErrorTypeConverter))]
public class MyWorkbookError : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbookError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.MyWorkbookErrorTypeConverter))>]
type MyWorkbookError = class
    interface IMyWorkbookError
    interface IJsonSerializable
Public Class MyWorkbookError
Implements IMyWorkbookError
Inheritance
MyWorkbookError
Attributes
Implements

Constructors

MyWorkbookError()

Creates an new MyWorkbookError instance.

Properties

Code

Service specific error code which serves as the substatus for the HTTP error code.

Innererror

Internal error details.

Message

Description of the error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MyWorkbookError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MyWorkbookError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20210308.IMyWorkbookError.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MyWorkbookError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to