RouteErrorPosition Class

Definition

Position where the route error happened.

C#
public class RouteErrorPosition
C#
public class RouteErrorPosition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotHub.Models.RouteErrorPosition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotHub.Models.RouteErrorPosition>
Inheritance
RouteErrorPosition
Implements

Properties

Column

Column where the route error happened.

Line

Line where the route error happened.

Methods

Explicit Interface Implementations

IJsonModel<RouteErrorPosition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RouteErrorPosition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RouteErrorPosition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RouteErrorPosition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RouteErrorPosition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview