Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventSubscriptionUpdateParameters

Package version

Properties of the Event Subscription update.

Hierarchy

  • EventSubscriptionUpdateParameters

Index

Properties

Optional deadLetterDestination

deadLetterDestination: DeadLetterDestinationUnion

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.

Optional deadLetterWithResourceIdentity

deadLetterWithResourceIdentity: 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.

Optional deliveryWithResourceIdentity

deliveryWithResourceIdentity: 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.

Optional 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.

Optional eventDeliverySchema

eventDeliverySchema: EventDeliverySchema

The event delivery schema for the event subscription.

Optional expirationTimeUtc

expirationTimeUtc: Date

Information about the expiration time for the event subscription.

Optional filter

Information about the filter for the event subscription.

Optional labels

labels: string[]

List of user defined labels.

Optional retryPolicy

retryPolicy: RetryPolicy

The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.

Generated using TypeDoc