Share via


EventSubscriptionUpdateParameters Class

Definition

Properties of the Event Subscription update.

public class EventSubscriptionUpdateParameters
type EventSubscriptionUpdateParameters = class
Public Class EventSubscriptionUpdateParameters
Inheritance
EventSubscriptionUpdateParameters

Constructors

EventSubscriptionUpdateParameters()

Initializes a new instance of the EventSubscriptionUpdateParameters class.

EventSubscriptionUpdateParameters(EventSubscriptionDestination, DeliveryWithResourceIdentity, EventSubscriptionFilter, IList<String>, Nullable<DateTime>, String, RetryPolicy, DeadLetterDestination, DeadLetterWithResourceIdentity)

Initializes a new instance of the EventSubscriptionUpdateParameters class.

Properties

DeadLetterDestination

Gets or sets 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.

DeadLetterWithResourceIdentity

Gets or sets 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.

DeliveryWithResourceIdentity

Gets or sets 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

Gets or sets 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.

EventDeliverySchema

Gets or sets the event delivery schema for the event subscription. Possible values include: 'EventGridSchema', 'CustomInputSchema', 'CloudEventSchemaV1_0'

ExpirationTimeUtc

Gets or sets information about the expiration time for the event subscription.

Filter

Gets or sets information about the filter for the event subscription.

Labels

Gets or sets list of user defined labels.

RetryPolicy

Gets or sets the retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.

Applies to