EventSubscriptionFullUrlInner Class

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

public final class EventSubscriptionFullUrlInner

Full endpoint url of an event subscription.

Constructor Summary

Constructor Description
EventSubscriptionFullUrlInner()

Method Summary

Modifier and Type Method and Description
String endpointUrl()

Get the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.

void validate()

Validates the instance.

EventSubscriptionFullUrlInner withEndpointUrl(String endpointUrl)

Set the endpointUrl property: The URL that represents the endpoint of the destination of an event subscription.

Methods inherited from java.lang.Object

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.

validate

public void validate()

Validates the instance.

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.

Applies to