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.DeliveryAttributeMappingDynamicDeliveryAttributeMapping
Constructor
DynamicDeliveryAttributeMapping(*, name: str | None = None, source_field: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the delivery attribute or header. |
source_field
|
JSON path in the event which contains attribute value. |
Variables
Name | Description |
---|---|
name
|
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
|
JSON path in the event which contains attribute value. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python