SubscriptionUpdateParameters interface  
Properties of the Event Subscription update.
Properties
| delivery | 
	Information about the delivery configuration of the event subscription.  | 
| event | 
	The event delivery schema for the event subscription.  | 
| expiration | 
	Expiration time of the event subscription.  | 
| filters | 
	Information about the filter for the event subscription.  | 
| tags | Tags relating to Event Subscription resource.  | 
Property Details
		deliveryConfiguration
	 
	Information about the delivery configuration of the event subscription.
deliveryConfiguration?: DeliveryConfiguration
				Property Value
		eventDeliverySchema
	  
	The event delivery schema for the event subscription.
eventDeliverySchema?: string
				Property Value
string
		expirationTimeUtc
	  
	Expiration time of the event subscription.
expirationTimeUtc?: Date
				Property Value
Date
		filtersConfiguration
	 
	Information about the filter for the event subscription.
filtersConfiguration?: FiltersConfiguration
				Property Value
tags
Tags relating to Event Subscription resource.
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}