WorkbookTemplateError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error message that will indicate why the operation failed.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateErrorTypeConverter))]
public class WorkbookTemplateError : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplateErrorTypeConverter))>]
type WorkbookTemplateError = class
interface IWorkbookTemplateError
interface IJsonSerializable
Public Class WorkbookTemplateError
Implements IWorkbookTemplateError
- Inheritance
-
WorkbookTemplateError
- Attributes
- Implements
Constructors
WorkbookTemplateError() |
Creates an new WorkbookTemplateError 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 WorkbookTemplateError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookTemplateError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateError. |
FromJsonString(String) |
Creates a new instance of WorkbookTemplateError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookTemplateError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |