Delen via


DeliveryAttributeMapping Class

Definition

Delivery attribute mapping details. Please note DeliveryAttributeMapping 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 DynamicDeliveryAttributeMapping and StaticDeliveryAttributeMapping.

public abstract class DeliveryAttributeMapping
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.EventGrid.Models.UnknownDeliveryAttributeMapping))]
public abstract class DeliveryAttributeMapping : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.DeliveryAttributeMapping>
type DeliveryAttributeMapping = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.EventGrid.Models.UnknownDeliveryAttributeMapping))>]
type DeliveryAttributeMapping = class
    interface IJsonModel<DeliveryAttributeMapping>
    interface IPersistableModel<DeliveryAttributeMapping>
Public MustInherit Class DeliveryAttributeMapping
Public MustInherit Class DeliveryAttributeMapping
Implements IJsonModel(Of DeliveryAttributeMapping), IPersistableModel(Of DeliveryAttributeMapping)
Inheritance
DeliveryAttributeMapping
Derived
Attributes
Implements

Constructors

DeliveryAttributeMapping()

Initializes a new instance of DeliveryAttributeMapping.

Properties

Name

Name of the delivery attribute or header.

Explicit Interface Implementations

IJsonModel<DeliveryAttributeMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeliveryAttributeMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryAttributeMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeliveryAttributeMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeliveryAttributeMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to