Compartir a través de


DynamicDeliveryAttributeMapping Class

Definition

Dynamic delivery attribute mapping details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMappingTypeConverter))]
public class DynamicDeliveryAttributeMapping : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMappingTypeConverter))>]
type DynamicDeliveryAttributeMapping = class
    interface IDynamicDeliveryAttributeMapping
    interface IJsonSerializable
    interface IDeliveryAttributeMapping
    interface IValidates
Public Class DynamicDeliveryAttributeMapping
Implements IDynamicDeliveryAttributeMapping, IValidates
Inheritance
DynamicDeliveryAttributeMapping
Attributes
Implements

Constructors

DynamicDeliveryAttributeMapping()

Creates an new DynamicDeliveryAttributeMapping instance.

Properties

Name

Name of the delivery attribute or header.

SourceField

JSON path in the event which contains attribute value.

Type

Type of the delivery attribute or header name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DynamicDeliveryAttributeMapping.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DynamicDeliveryAttributeMapping.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping.

FromJsonString(String)

Creates a new instance of DynamicDeliveryAttributeMapping, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DynamicDeliveryAttributeMapping into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to