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 endpoint |
|
abstract
Subscription |
innerModel()
Gets the inner com. |
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:
innerModel
public abstract SubscriptionFullUrlInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.SubscriptionFullUrlInner object.
Returns: