PartnerTopicEventSubscription.DefinitionStages.WithDeliveryWithResourceIdentity Interface

public static interface PartnerTopicEventSubscription.DefinitionStages.WithDeliveryWithResourceIdentity

The stage of the partnertopiceventsubscription definition allowing to specify DeliveryWithResourceIdentity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)

Specifies deliveryWithResourceIdentity.

Method Details

withDeliveryWithResourceIdentity

public abstract PartnerTopicEventSubscription.DefinitionStages.WithCreate withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)

Specifies deliveryWithResourceIdentity.

Parameters:

deliveryWithResourceIdentity - Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering

Returns:

the next definition stage

Applies to