DeliveryWithResourceIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET