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

DynamicDeliveryAttributeMapping Class

Dynamic delivery attribute mapping details.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.eventgrid.models._models_py3.DeliveryAttributeMapping
DynamicDeliveryAttributeMapping

Constructor

DynamicDeliveryAttributeMapping(*, name: str | None = None, source_field: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the delivery attribute or header.

source_field
str

JSON path in the event which contains attribute value.

Variables

Name Description
name
str

Name of the delivery attribute or header.

type

Type of the delivery attribute or header name. Required. Known values are: "Static" and "Dynamic".

source_field
str

JSON path in the event which contains attribute value.