EventSubscriptionFullUrl Class
Full endpoint url of an event subscription.
- Inheritance
-
msrest.serialization.ModelEventSubscriptionFullUrl
Constructor
EventSubscriptionFullUrl(*, endpoint_url: str | None = None, **kwargs)
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python