Interface EventSubscriptionFullUrl
-
public interface EventSubscriptionFullUrlAn immutable client-side representation of EventSubscriptionFullUrl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringendpointUrl()Gets the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.EventSubscriptionFullUrlInnerinnerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventSubscriptionFullUrlInner object.
-
-
-
Method Detail
-
endpointUrl
String endpointUrl()
Gets the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.- Returns:
- the endpointUrl value.
-
innerModel
EventSubscriptionFullUrlInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.EventSubscriptionFullUrlInner object.- Returns:
- the inner object.
-
-