PartnerDestinationInfo interface
Properties of the corresponding partner destination of a Channel.
Properties
azure |
Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription. |
endpoint |
Additional context of the partner destination endpoint. |
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
name | Name of the partner destination associated with the channel. |
resource |
Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group. |
resource |
Change history of the resource move. |
Property Details
azureSubscriptionId
Azure subscription ID of the subscriber. The partner destination associated with the channel will be created under this Azure subscription.
azureSubscriptionId?: string
Property Value
string
endpointServiceContext
Additional context of the partner destination endpoint.
endpointServiceContext?: string
Property Value
string
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "WebHook"
Property Value
"WebHook"
name
Name of the partner destination associated with the channel.
name?: string
Property Value
string
resourceGroupName
Azure Resource Group of the subscriber. The partner destination associated with the channel will be created under this resource group.
resourceGroupName?: string
Property Value
string
resourceMoveChangeHistory
Change history of the resource move.
resourceMoveChangeHistory?: ResourceMoveChangeHistory[]
Property Value
Azure SDK for JavaScript