DeliveryConfiguration interface
Properties of the delivery configuration information of the event subscription.
Properties
delivery |
Delivery mode of the event subscription. |
push | This property should be populated when deliveryMode is push and represents information about the push subscription. |
queue | This property should be populated when deliveryMode is queue and represents information about the queue subscription. |
Property Details
deliveryMode
Delivery mode of the event subscription.
deliveryMode?: string
Property Value
string
push
This property should be populated when deliveryMode is push and represents information about the push subscription.
push?: PushInfo
Property Value
queue
This property should be populated when deliveryMode is queue and represents information about the queue subscription.
queue?: QueueInfo
Property Value
Azure SDK for JavaScript