DeliveryConfiguration Class
Properties of the delivery configuration information of the event subscription.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelDeliveryConfiguration
Constructor
DeliveryConfiguration(*, delivery_mode: str | _models.DeliveryMode | None = None, queue: _models.QueueInfo | None = None, push: _models.PushInfo | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
delivery_mode
|
str or
DeliveryMode
Delivery mode of the event subscription. Known values are: "Queue" and "Push". |
queue
|
This property should be populated when deliveryMode is queue and represents information about the queue subscription. |
push
|
This property should be populated when deliveryMode is push and represents information about the push subscription. |
Variables
Name | Description |
---|---|
delivery_mode
|
str or
DeliveryMode
Delivery mode of the event subscription. Known values are: "Queue" and "Push". |
queue
|
This property should be populated when deliveryMode is queue and represents information about the queue subscription. |
push
|
This property should be populated when deliveryMode is push and represents information about the push subscription. |
Azure SDK for Python