DeliveryAttributeMapping Class
Delivery attribute mapping details.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: DynamicDeliveryAttributeMapping, StaticDeliveryAttributeMapping
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelDeliveryAttributeMapping
Constructor
DeliveryAttributeMapping(*, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the delivery attribute or header. |
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". |
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