你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DynamicDeliveryAttributeMappingProperties Class

Definition

Properties of dynamic delivery attribute mapping.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMappingPropertiesTypeConverter))]
public class DynamicDeliveryAttributeMappingProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDynamicDeliveryAttributeMappingProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.DynamicDeliveryAttributeMappingPropertiesTypeConverter))>]
type DynamicDeliveryAttributeMappingProperties = class
    interface IDynamicDeliveryAttributeMappingProperties
    interface IJsonSerializable
Public Class DynamicDeliveryAttributeMappingProperties
Implements IDynamicDeliveryAttributeMappingProperties
Inheritance
DynamicDeliveryAttributeMappingProperties
Attributes
Implements

Constructors

DynamicDeliveryAttributeMappingProperties()

Creates an new DynamicDeliveryAttributeMappingProperties instance.

Properties

SourceField

JSON path in the event which contains attribute value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DynamicDeliveryAttributeMappingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DynamicDeliveryAttributeMappingProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DynamicDeliveryAttributeMappingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to