Share via


PartnerTopicInfo Constructors

Definition

Overloads

PartnerTopicInfo()

Initializes a new instance of the PartnerTopicInfo class.

PartnerTopicInfo(String, String, String, EventTypeInfo, String)

Initializes a new instance of the PartnerTopicInfo class.

PartnerTopicInfo()

Initializes a new instance of the PartnerTopicInfo class.

public PartnerTopicInfo ();
Public Sub New ()

Applies to

PartnerTopicInfo(String, String, String, EventTypeInfo, String)

Initializes a new instance of the PartnerTopicInfo class.

public PartnerTopicInfo (string azureSubscriptionId = default, string resourceGroupName = default, string name = default, Microsoft.Azure.Management.EventGrid.Models.EventTypeInfo eventTypeInfo = default, string source = default);
new Microsoft.Azure.Management.EventGrid.Models.PartnerTopicInfo : string * string * string * Microsoft.Azure.Management.EventGrid.Models.EventTypeInfo * string -> Microsoft.Azure.Management.EventGrid.Models.PartnerTopicInfo
Public Sub New (Optional azureSubscriptionId As String = Nothing, Optional resourceGroupName As String = Nothing, Optional name As String = Nothing, Optional eventTypeInfo As EventTypeInfo = Nothing, Optional source As String = Nothing)

Parameters

azureSubscriptionId
String

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

resourceGroupName
String

Azure Resource Group of the subscriber. The partner topic associated with the channel will be created under this resource group.

name
String

Name of the partner topic associated with the channel.

eventTypeInfo
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.

source
String

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.

Applies to