Partager via


ErrorAutoGenerated Class

Definition

Error definition properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ApiV1.ErrorAutoGeneratedTypeConverter))]
public class ErrorAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ApiV1.IErrorAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ApiV1.ErrorAutoGeneratedTypeConverter))>]
type ErrorAutoGenerated = class
    interface IErrorAutoGenerated
    interface IJsonSerializable
Public Class ErrorAutoGenerated
Implements IErrorAutoGenerated
Inheritance
ErrorAutoGenerated
Attributes
Implements

Constructors

ErrorAutoGenerated()

Creates an new ErrorAutoGenerated instance.

Properties

Code

Error code.

Detail

Error details.

Message

Error message.

Target

Error target.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ErrorAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.ApiV1.IErrorAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to