PartnerTopicEventSubscription.DefinitionStages.WithDestination Interface

public static interface PartnerTopicEventSubscription.DefinitionStages.WithDestination

The stage of the partnertopiceventsubscription definition allowing to specify Destination.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDestination(EventSubscriptionDestination destination)

Specifies destination.

Method Details

withDestination

public abstract PartnerTopicEventSubscription.DefinitionStages.WithCreate withDestination(EventSubscriptionDestination destination)

Specifies destination.

Parameters:

destination - 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

Returns:

the next definition stage

Applies to