DeliveryConfiguration Class 
Properties of the delivery configuration information of the event subscription.
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". Default value: None 
			 | 
| 
		 queue 
	 | 
	
		
		 This property should be populated when deliveryMode is queue and represents information about the queue subscription. Default value: None 
			 | 
| 
		 push 
	 | 
	
		
		 This property should be populated when deliveryMode is push and represents information about the push subscription. Default value: None 
			 | 
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.  |