SubscriptionFullUrl Class
Full endpoint URL of an event subscription.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelSubscriptionFullUrl
Constructor
SubscriptionFullUrl(*, 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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python