共用方式為


DeliveryWithResourceIdentity Constructors

Definition

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.

Applies to