EventSubscriptionFullUrl Class
Full endpoint URL of an event subscription.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelEventSubscriptionFullUrl
Constructor
EventSubscriptionFullUrl(*, endpoint_url: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
endpoint_url
|
The URL that represents the endpoint of the destination of an event subscription. |
Variables
Name | Description |
---|---|
endpoint_url
|
The URL that represents the endpoint of the destination of an event subscription. |