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. |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript