WebhookPartnerDestinationInfo Class
Information about the WebHook of the partner destination.
Constructor
WebhookPartnerDestinationInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
azure_subscription_id
|
Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription. |
|
resource_group_name
|
Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group. |
|
name
|
Name of the partner destination associated with the channel. |
|
endpoint_service_context
|
Additional context of the partner destination endpoint. |
|
properties
|
WebHook Properties of the partner destination. |
|
resource_move_change_history
|
Change history of the resource move. |
|
endpoint_type
|
str or
<xref:azure.mgmt.eventgrid.models.WEB_HOOK>
Type of the endpoint for the partner destination. Required. WebHook. |
Attributes
endpoint_type
Type of the endpoint for the partner destination. Required. WebHook.
endpoint_type: WEB_HOOK: 'WebHook'>]
properties
WebHook Properties of the partner destination.
properties: _models.WebhookPartnerDestinationProperties | None