Delen via


PartnerTopicInfo Class

Definition

Properties of the corresponding partner topic of a Channel.

public class PartnerTopicInfo
public class PartnerTopicInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.PartnerTopicInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.PartnerTopicInfo>
type PartnerTopicInfo = class
type PartnerTopicInfo = class
    interface IJsonModel<PartnerTopicInfo>
    interface IPersistableModel<PartnerTopicInfo>
Public Class PartnerTopicInfo
Public Class PartnerTopicInfo
Implements IJsonModel(Of PartnerTopicInfo), IPersistableModel(Of PartnerTopicInfo)
Inheritance
PartnerTopicInfo
Implements

Constructors

PartnerTopicInfo()

Initializes a new instance of PartnerTopicInfo.

Properties

AzureSubscriptionId

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

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.

Name

Name of the partner topic associated with the channel.

ResourceGroupName

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.

Explicit Interface Implementations

IJsonModel<PartnerTopicInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PartnerTopicInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartnerTopicInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PartnerTopicInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PartnerTopicInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to