EventSubscriptionUpdateParameters interface
Properties of the Event Subscription update.
Properties
dead |
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering. |
dead |
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering. |
delivery |
Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering. |
destination | Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering. |
event |
The event delivery schema for the event subscription. |
expiration |
Information about the expiration time for the event subscription. |
filter | Information about the filter for the event subscription. |
labels | List of user defined labels. |
retry |
The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. |
Property Details
deadLetterDestination
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
deadLetterDestination?: DeadLetterDestinationUnion
Property Value
deadLetterWithResourceIdentity
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity
Property Value
deliveryWithResourceIdentity
Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
deliveryWithResourceIdentity?: DeliveryWithResourceIdentity
Property Value
destination
Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
destination?: EventSubscriptionDestinationUnion
Property Value
eventDeliverySchema
The event delivery schema for the event subscription.
eventDeliverySchema?: string
Property Value
string
expirationTimeUtc
Information about the expiration time for the event subscription.
expirationTimeUtc?: Date
Property Value
Date
filter
Information about the filter for the event subscription.
filter?: EventSubscriptionFilter
Property Value
labels
List of user defined labels.
labels?: string[]
Property Value
string[]
retryPolicy
The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
retryPolicy?: RetryPolicy