Sdílet prostřednictvím


WorkbookTemplateErrorBody Class

Definition

Error message body that will indicate why the operation failed.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateErrorBodyTypeConverter))]
public class WorkbookTemplateErrorBody : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateErrorBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateErrorBodyTypeConverter))>]
type WorkbookTemplateErrorBody = class
    interface IWorkbookTemplateErrorBody
    interface IJsonSerializable
Public Class WorkbookTemplateErrorBody
Implements IWorkbookTemplateErrorBody
Inheritance
WorkbookTemplateErrorBody
Attributes
Implements

Constructors

WorkbookTemplateErrorBody()

Creates an new WorkbookTemplateErrorBody instance.

Properties

Code

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

Detail

The list of invalid fields send in request, in case of validation error.

Message

Human-readable representation of the error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkbookTemplateErrorBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkbookTemplateErrorBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateErrorBody.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkbookTemplateErrorBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to