PartnerDestinationInfo Class
Properties of the corresponding partner destination of a Channel.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: WebhookPartnerDestinationInfo
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelPartnerDestinationInfo
Constructor
PartnerDestinationInfo(*, azure_subscription_id: str | None = None, resource_group_name: str | None = None, name: str | None = None, endpoint_service_context: str | None = None, resource_move_change_history: List[_models.ResourceMoveChangeHistory] | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
resource_move_change_history
|
Change history of the resource move. |
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_type
|
Type of the endpoint for the partner destination. Required. "WebHook" |
endpoint_service_context
|
Additional context of the partner destination endpoint. |
resource_move_change_history
|
Change history of the resource move. |
Azure SDK for Python