DeliveryWithResourceIdentity Constructors
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.
Overloads
DeliveryWithResourceIdentity() |
Initializes a new instance of the DeliveryWithResourceIdentity class. |
DeliveryWithResourceIdentity(EventSubscriptionIdentity, EventSubscriptionDestination) |
Initializes a new instance of the DeliveryWithResourceIdentity class. |
DeliveryWithResourceIdentity()
Initializes a new instance of the DeliveryWithResourceIdentity class.
public DeliveryWithResourceIdentity ();
Public Sub New ()
Applies to
DeliveryWithResourceIdentity(EventSubscriptionIdentity, EventSubscriptionDestination)
Initializes a new instance of the DeliveryWithResourceIdentity class.
public DeliveryWithResourceIdentity (Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionIdentity identity = default, Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination destination = default);
new Microsoft.Azure.Management.EventGrid.Models.DeliveryWithResourceIdentity : Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionIdentity * Microsoft.Azure.Management.EventGrid.Models.EventSubscriptionDestination -> Microsoft.Azure.Management.EventGrid.Models.DeliveryWithResourceIdentity
Public Sub New (Optional identity As EventSubscriptionIdentity = Nothing, Optional destination As EventSubscriptionDestination = Nothing)
Parameters
- identity
- EventSubscriptionIdentity
The identity to use when delivering events.
- destination
- EventSubscriptionDestination
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.