Uses of Class
com.azure.resourcemanager.eventgrid.models.EventSubscriptionDestination
-
Packages that use EventSubscriptionDestination Package Description com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of EventSubscriptionDestination in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return EventSubscriptionDestination Modifier and Type Method Description EventSubscriptionDestinationEventSubscriptionInner. destination()Get the destination property: Information about the destination where events have to be delivered for the event subscription.EventSubscriptionDestinationEventSubscriptionProperties. destination()Get the destination property: Information about the destination where events have to be delivered for the event subscription.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type EventSubscriptionDestination Modifier and Type Method Description EventSubscriptionInnerEventSubscriptionInner. withDestination(EventSubscriptionDestination destination)Set the destination property: Information about the destination where events have to be delivered for the event subscription.EventSubscriptionPropertiesEventSubscriptionProperties. withDestination(EventSubscriptionDestination destination)Set the destination property: Information about the destination where events have to be delivered for the event subscription. -
Uses of EventSubscriptionDestination in com.azure.resourcemanager.eventgrid.models
Subclasses of EventSubscriptionDestination in com.azure.resourcemanager.eventgrid.models Modifier and Type Class Description classAzureFunctionEventSubscriptionDestinationInformation about the azure function destination for an event subscription.classEventHubEventSubscriptionDestinationInformation about the event hub destination for an event subscription.classHybridConnectionEventSubscriptionDestinationInformation about the HybridConnection destination for an event subscription.classServiceBusQueueEventSubscriptionDestinationInformation about the service bus destination for an event subscription.classServiceBusTopicEventSubscriptionDestinationInformation about the service bus topic destination for an event subscription.classStorageQueueEventSubscriptionDestinationInformation about the storage queue destination for an event subscription.classWebhookEventSubscriptionDestinationInformation about the webhook destination for an event subscription.Methods in com.azure.resourcemanager.eventgrid.models that return EventSubscriptionDestination Modifier and Type Method Description EventSubscriptionDestinationDeliveryWithResourceIdentity. destination()Get the destination property: Information about the destination where events have to be delivered for the event subscription.EventSubscriptionDestinationEventSubscription. destination()Gets the destination property: Information about the destination where events have to be delivered for the event subscription.EventSubscriptionDestinationEventSubscriptionUpdateParameters. destination()Get the destination property: Information about the destination where events have to be delivered for the event subscription.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type EventSubscriptionDestination Modifier and Type Method Description DeliveryWithResourceIdentityDeliveryWithResourceIdentity. withDestination(EventSubscriptionDestination destination)Set the destination property: Information about the destination where events have to be delivered for the event subscription.EventSubscription.DefinitionStages.WithCreateEventSubscription.DefinitionStages.WithDestination. withDestination(EventSubscriptionDestination destination)Specifies the destination property: Information about the destination where events have to be delivered for the event subscription..EventSubscription.UpdateEventSubscription.UpdateStages.WithDestination. withDestination(EventSubscriptionDestination destination)Specifies the destination property: Information about the destination where events have to be delivered for the event subscription..EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withDestination(EventSubscriptionDestination destination)Set the destination property: Information about the destination where events have to be delivered for the event subscription.
-