Share via


PartnerTopicInfo Class

Definition

Properties of the corresponding partner topic of a Channel.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerTopicInfoTypeConverter))]
public class PartnerTopicInfo : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopicInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerTopicInfoTypeConverter))>]
type PartnerTopicInfo = class
    interface IPartnerTopicInfo
    interface IJsonSerializable
Public Class PartnerTopicInfo
Implements IPartnerTopicInfo
Inheritance
PartnerTopicInfo
Attributes
Implements

Constructors

PartnerTopicInfo()

Creates an new PartnerTopicInfo instance.

Properties

AzureSubscriptionId

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

EventTypeInfoInlineEventType

A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.

EventTypeInfoKind

The kind of event type used.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerTopicInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerTopicInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopicInfo.

FromJsonString(String)

Creates a new instance of PartnerTopicInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerTopicInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to