Share via


DeliveryWithResourceIdentity Class

Definition

Information about the delivery for an event subscription with resource identity.

public class DeliveryWithResourceIdentity
type DeliveryWithResourceIdentity = class
Public Class DeliveryWithResourceIdentity
Inheritance
DeliveryWithResourceIdentity

Constructors

DeliveryWithResourceIdentity()

Initializes a new instance of the DeliveryWithResourceIdentity class.

DeliveryWithResourceIdentity(EventSubscriptionIdentity, EventSubscriptionDestination)

Initializes a new instance of the DeliveryWithResourceIdentity class.

Properties

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.

Identity

Gets or sets the identity to use when delivering events.

Applies to