你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |