你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |