Share via


AnnotationError Class

Definition

Error associated with trying to create annotation with Id that already exist

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.AnnotationErrorTypeConverter))]
public class AnnotationError : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IAnnotationError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.AnnotationErrorTypeConverter))>]
type AnnotationError = class
    interface IAnnotationError
    interface IJsonSerializable
Public Class AnnotationError
Implements IAnnotationError
Inheritance
AnnotationError
Attributes
Implements

Constructors

AnnotationError()

Creates an new AnnotationError instance.

Properties

Code

Error detail code and explanation

InnererrorDiagnosticcontext

Provides correlation for request

InnererrorTime

Request time

Message

Error message

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AnnotationError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AnnotationError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IAnnotationError.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AnnotationError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to