DeliveryConfiguration Class

Properties of the delivery configuration information of the event subscription.

Constructor

DeliveryConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
delivery_mode

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.

Attributes

delivery_mode

"Queue" and "Push".

delivery_mode: str | _models.DeliveryMode | None

push

This property should be populated when deliveryMode is push and represents information about the push subscription.

push: _models.PushInfo | None

queue

This property should be populated when deliveryMode is queue and represents information about the queue subscription.

queue: _models.QueueInfo | None