다음을 통해 공유


RouteCompilationError Class

Definition

Compilation error when evaluating route.

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

Properties

Location

Location where the route error happened.

Message

Route error message.

Severity

Severity of the route error.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RouteCompilationError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RouteCompilationError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RouteCompilationError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RouteCompilationError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RouteCompilationError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to