PartnerTopicInfo Class
Properties of the corresponding partner topic of a Channel.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelPartnerTopicInfo
Constructor
PartnerTopicInfo(*, azure_subscription_id: str | None = None, resource_group_name: str | None = None, name: str | None = None, event_type_info: _models.EventTypeInfo | None = None, source: str | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Azure SDK for Python