Share via


SubscriptionFullUrl Interface

public interface SubscriptionFullUrl

An immutable client-side representation of SubscriptionFullUrl.

Method Summary

Modifier and Type Method and Description
abstract String endpointUrl()

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

abstract SubscriptionFullUrlInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SubscriptionFullUrlInner object.

Method Details

endpointUrl

public abstract String endpointUrl()

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

Returns:

the endpointUrl value.

innerModel

public abstract SubscriptionFullUrlInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SubscriptionFullUrlInner object.

Returns:

the inner object.

Applies to