Delen via


PartnerDestinationInfo Class

Definition

Properties of the corresponding partner destination of a Channel. Please note PartnerDestinationInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include WebhookPartnerDestinationInfo.

public abstract class PartnerDestinationInfo
type PartnerDestinationInfo = class
Public MustInherit Class PartnerDestinationInfo
Inheritance
PartnerDestinationInfo
Derived

Constructors

PartnerDestinationInfo()

Initializes a new instance of PartnerDestinationInfo.

Properties

AzureSubscriptionId

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

EndpointServiceContext

Additional context of the partner destination endpoint.

Name

Name of the partner destination associated with the channel.

ResourceGroupName

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

ResourceMoveChangeHistory

Change history of the resource move.

Applies to