Delen via


RoutingEnrichments Class

Definition

The RoutingEnrichments.

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

Constructors

RoutingEnrichments()

Initializes a new instance of RoutingEnrichments.

Properties

Dynamic

Gets the dynamic.

Static

Gets the static Please note StaticRoutingEnrichment is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include StaticStringRoutingEnrichment.

Explicit Interface Implementations

IJsonModel<RoutingEnrichments>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RoutingEnrichments>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoutingEnrichments>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutingEnrichments>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoutingEnrichments>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to