Sdílet prostřednictvím


StreamAnalyticsError Class

Definition

Common error representation.

public class StreamAnalyticsError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsError>
public class StreamAnalyticsError
type StreamAnalyticsError = class
    interface IJsonModel<StreamAnalyticsError>
    interface IPersistableModel<StreamAnalyticsError>
type StreamAnalyticsError = class
Public Class StreamAnalyticsError
Implements IJsonModel(Of StreamAnalyticsError), IPersistableModel(Of StreamAnalyticsError)
Public Class StreamAnalyticsError
Inheritance
StreamAnalyticsError
Derived
Implements

Properties

Code

Error code.

Details

Error details.

Message

Error message.

Target

Error target.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StreamAnalyticsError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsError>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StreamAnalyticsError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to