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

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.

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
str

Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription.

Default value: None
resource_group_name
str

Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group.

Default value: None
name
str

Name of the partner destination associated with the channel.

Default value: None
endpoint_service_context
str

Additional context of the partner destination endpoint.

Default value: None
resource_move_change_history

Change history of the resource move.

Default value: None

Variables

Name Description
azure_subscription_id
str

Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription.

resource_group_name
str

Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group.

name
str

Name of the partner destination associated with the channel.

endpoint_type

Type of the endpoint for the partner destination. Required. "WebHook"

endpoint_service_context
str

Additional context of the partner destination endpoint.

resource_move_change_history

Change history of the resource move.