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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python