DynamicDeliveryAttributeMapping Class

Definition

Dynamic delivery attribute mapping details.

C#
[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
Inheritance
DynamicDeliveryAttributeMapping
Attributes
Implements

Constructors

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

Produto Versões
Azure - PowerShell Commands 12 (LTS), Latest