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

DynamicDeliveryAttributeMapping 类

定义

动态传递属性映射详细信息。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Dynamic")]
public class DynamicDeliveryAttributeMapping : Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Dynamic")>]
type DynamicDeliveryAttributeMapping = class
    inherit DeliveryAttributeMapping
Public Class DynamicDeliveryAttributeMapping
Inherits DeliveryAttributeMapping
继承
DynamicDeliveryAttributeMapping
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

DynamicDeliveryAttributeMapping()

初始化 DynamicDeliveryAttributeMapping 类的新实例。

DynamicDeliveryAttributeMapping(String, String)

初始化 DynamicDeliveryAttributeMapping 类的新实例。

属性

Name

获取或设置传递属性或标头的名称。

(继承自 DeliveryAttributeMapping)
SourceField

获取或设置包含属性值的事件中的 JSON 路径。

适用于