Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.EventSubscriptionFullUrlInner
-
Packages that use EventSubscriptionFullUrlInner Package Description com.azure.resourcemanager.eventgrid.fluent Package containing the service clients for EventGridManagementClient.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 EventSubscriptionFullUrlInner in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent that return EventSubscriptionFullUrlInner Modifier and Type Method Description EventSubscriptionFullUrlInnerEventSubscriptionsClient. getFullUrl(String scope, String eventSubscriptionName)Get the full endpoint URL for an event subscription.EventSubscriptionFullUrlInnerSystemTopicEventSubscriptionsClient. 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.fluent that return types with arguments of type EventSubscriptionFullUrlInner Modifier and Type Method Description com.azure.core.http.rest.Response<EventSubscriptionFullUrlInner>EventSubscriptionsClient. 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<EventSubscriptionFullUrlInner>SystemTopicEventSubscriptionsClient. 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. -
Uses of EventSubscriptionFullUrlInner in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return EventSubscriptionFullUrlInner Modifier and Type Method Description EventSubscriptionFullUrlInnerEventSubscriptionFullUrlInner. withEndpointUrl(String endpointUrl)Set the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription. -
Uses of EventSubscriptionFullUrlInner in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return EventSubscriptionFullUrlInner Modifier and Type Method Description EventSubscriptionFullUrlInnerEventSubscriptionFullUrl. innerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventSubscriptionFullUrlInner object.
-