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
Constructor
PartnerDestinationInfo(*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_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. |
Attributes
azure_subscription_id
Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription.
azure_subscription_id: str | None
endpoint_service_context
Additional context of the partner destination endpoint.
endpoint_service_context: str | None
endpoint_type
Type of the endpoint for the partner destination. Required. "WebHook"
endpoint_type: str
name
Name of the partner destination associated with the channel.
name: str | None
resource_group_name
Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group.
resource_group_name: str | None
resource_move_change_history
Change history of the resource move.
resource_move_change_history: list['_models.ResourceMoveChangeHistory'] | None