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.
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". |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python