DynamicDeliveryAttributeMapping Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dynamic |
Creates an new DynamicDeliveryAttributeMapping instance. |
Name |
Name of the delivery attribute or header. |
Source |
JSON path in the event which contains attribute value. |
Type |
Type of the delivery attribute or header name. |
Deserialize |
Deserializes a IDictionary into an instance of DynamicDeliveryAttributeMapping. |
Deserialize |
Deserializes a PSObject into an instance of DynamicDeliveryAttributeMapping. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMapping. |
From |
Creates a new instance of DynamicDeliveryAttributeMapping, deserializing the content from a json string. |
To |
Serializes this instance of DynamicDeliveryAttributeMapping into a JsonNode. |
To |
Serializes this instance to a json string. |
To |
|
Validate(IEvent |
Validates that this object meets the validation criteria. |
Produto | Versões |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |