PartnerTopicInfo Class
Properties of the corresponding partner topic of a Channel.
Constructor
PartnerTopicInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
azure_subscription_id
|
Azure subscription ID of the subscriber. The partner topic associated with the channel will be created under this Azure subscription. |
|
resource_group_name
|
Azure Resource Group of the subscriber. The partner topic associated with the channel will be created under this resource group. |
|
name
|
Name of the partner topic associated with the channel. |
|
event_type_info
|
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. |
|
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. |
Attributes
azure_subscription_id
Azure subscription ID of the subscriber. The partner topic associated with the channel will be created under this Azure subscription.
azure_subscription_id: str | None
event_type_info
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.
event_type_info: _models.EventTypeInfo | None
name
Name of the partner topic associated with the channel.
name: str | None
resource_group_name
Azure Resource Group of the subscriber. The partner topic associated with the channel will be created under this resource group.
resource_group_name: str | None
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: str | None