Udostępnij za pośrednictwem


RouteErrorPosition Class

Definition

Position where the route error happened.

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

Properties

Column

Column where the route error happened.

Line

Line where the route error happened.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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