Uses of Interface
com.azure.resourcemanager.eventgrid.models.EventSubscriptionFullUrl
-
Packages that use EventSubscriptionFullUrl Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of EventSubscriptionFullUrl in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return EventSubscriptionFullUrl Modifier and Type Method Description EventSubscriptionFullUrlEventSubscription. getFullUrl()Get the full endpoint URL for an event subscription.EventSubscriptionFullUrlEventSubscriptions. getFullUrl(String scope, String eventSubscriptionName)Get the full endpoint URL for an event subscription.EventSubscriptionFullUrlSystemTopicEventSubscriptions. getFullUrl(String resourceGroupName, String systemTopicName, String eventSubscriptionName)Get the full endpoint URL for an event subscription of a system topic.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type EventSubscriptionFullUrl Modifier and Type Method Description com.azure.core.http.rest.Response<EventSubscriptionFullUrl>EventSubscription. getFullUrlWithResponse(com.azure.core.util.Context context)Get the full endpoint URL for an event subscription.com.azure.core.http.rest.Response<EventSubscriptionFullUrl>EventSubscriptions. getFullUrlWithResponse(String scope, String eventSubscriptionName, com.azure.core.util.Context context)Get the full endpoint URL for an event subscription.com.azure.core.http.rest.Response<EventSubscriptionFullUrl>SystemTopicEventSubscriptions. getFullUrlWithResponse(String resourceGroupName, String systemTopicName, String eventSubscriptionName, com.azure.core.util.Context context)Get the full endpoint URL for an event subscription of a system topic.
-