PartnerTopicInfo interface
Properties of the corresponding partner topic of a Channel.
Properties
azure |
Azure subscription ID of the subscriber. The partner topic associated with the channel will be created under this Azure subscription. |
event |
Event Type Information for the partner topic. This information is provided by the publisher and can be used by the subscriber to view different types of events that are published. |
name | Name of the partner topic associated with the channel. |
resource |
Azure Resource Group of the subscriber. The partner topic associated with the channel will be created under this resource group. |
source | The source information is provided by the publisher to determine the scope or context from which the events are originating. This information can be used by the subscriber during the approval process of the created partner topic. |
Property Details
azureSubscriptionId
Azure subscription ID of the subscriber. The partner topic associated with the channel will be created under this Azure subscription.
azureSubscriptionId?: string
Property Value
string
eventTypeInfo
Event Type Information for the partner topic. This information is provided by the publisher and can be used by the subscriber to view different types of events that are published.
eventTypeInfo?: EventTypeInfo
Property Value
name
Name of the partner topic associated with the channel.
name?: string
Property Value
string
resourceGroupName
Azure Resource Group of the subscriber. The partner topic associated with the channel will be created under this resource group.
resourceGroupName?: string
Property Value
string
source
The source information is provided by the publisher to determine the scope or context from which the events are originating. This information can be used by the subscriber during the approval process of the created partner topic.
source?: string
Property Value
string