IotHubMatchedRoute Class

Definition

Routes that matched.

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

Properties

Properties

Properties of routes that matched.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubMatchedRoute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotHubMatchedRoute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubMatchedRoute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubMatchedRoute>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotHubMatchedRoute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to