EventSubscription.DefinitionStages.WithDestination Interface
public static interface EventSubscription.DefinitionStages.WithDestination
The stage of the EventSubscription definition allowing to specify destination.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withDestination(EventSubscriptionDestination destination)
Specifies the destination property: Information about the destination where events have to be delivered for the event subscription. |
Method Details
withDestination
public abstract EventSubscription.DefinitionStages.WithCreate withDestination(EventSubscriptionDestination destination)
Specifies the destination property: 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..
Parameters:
Returns: