Share via


IPartnerTopicInfo Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to