Class EventSubscriptionFullUrlInner

java.lang.Object
com.azure.resourcemanager.eventgrid.fluent.models.EventSubscriptionFullUrlInner

public final class EventSubscriptionFullUrlInner extends Object
Full endpoint url of an event subscription.
  • Constructor Details

    • EventSubscriptionFullUrlInner

      public EventSubscriptionFullUrlInner()
  • Method Details

    • endpointUrl

      public String endpointUrl()
      Get the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.
      Returns:
      the endpointUrl value.
    • withEndpointUrl

      public EventSubscriptionFullUrlInner withEndpointUrl(String endpointUrl)
      Set the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.
      Parameters:
      endpointUrl - the endpointUrl value to set.
      Returns:
      the EventSubscriptionFullUrlInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.