Delen via


StaticStringRoutingEnrichment Class

Definition

The StaticStringRoutingEnrichment.

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

Constructors

StaticStringRoutingEnrichment()

Initializes a new instance of StaticStringRoutingEnrichment.

Properties

Key

Static routing enrichment key.

(Inherited from StaticRoutingEnrichment)
Value

String type routing enrichment value.

Explicit Interface Implementations

IJsonModel<StaticRoutingEnrichment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from StaticRoutingEnrichment)
IJsonModel<StaticRoutingEnrichment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StaticRoutingEnrichment)
IJsonModel<StaticStringRoutingEnrichment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StaticStringRoutingEnrichment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StaticRoutingEnrichment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StaticRoutingEnrichment)
IPersistableModel<StaticRoutingEnrichment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from StaticRoutingEnrichment)
IPersistableModel<StaticRoutingEnrichment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StaticRoutingEnrichment)
IPersistableModel<StaticStringRoutingEnrichment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StaticStringRoutingEnrichment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StaticStringRoutingEnrichment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to