Share via


PartnerTopicInfo Class

Definition

Properties of the corresponding partner topic of a Channel.

public class PartnerTopicInfo
type PartnerTopicInfo = class
Public Class PartnerTopicInfo
Inheritance
PartnerTopicInfo

Constructors

PartnerTopicInfo()

Initializes a new instance of the PartnerTopicInfo class.

PartnerTopicInfo(String, String, String, EventTypeInfo, String)

Initializes a new instance of the PartnerTopicInfo class.

Properties

AzureSubscriptionId

Gets or sets azure subscription ID of the subscriber. The partner topic associated with the channel will be created under this Azure subscription.

EventTypeInfo

Gets or sets 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

Gets or sets name of the partner topic associated with the channel.

ResourceGroupName

Gets or sets azure Resource Group of the subscriber. The partner topic associated with the channel will be created under this resource group.

Source

Gets or sets 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.

Applies to