Delen via


StaticDeliveryAttributeMapping Class

Definition

Static delivery attribute mapping details.

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

Constructors

StaticDeliveryAttributeMapping()

Initializes a new instance of StaticDeliveryAttributeMapping.

Properties

IsSecret

Boolean flag to tell if the attribute contains sensitive information .

Name

Name of the delivery attribute or header.

(Inherited from DeliveryAttributeMapping)
Value

Value of the delivery attribute.

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeliveryAttributeMapping)
IJsonModel<StaticDeliveryAttributeMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StaticDeliveryAttributeMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryAttributeMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DeliveryAttributeMapping)
IPersistableModel<StaticDeliveryAttributeMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StaticDeliveryAttributeMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StaticDeliveryAttributeMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to