你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PartnerTopicInfo 构造函数

定义

重载

PartnerTopicInfo()

初始化 PartnerTopicInfo 类的新实例。

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

初始化 PartnerTopicInfo 类的新实例。

PartnerTopicInfo()

初始化 PartnerTopicInfo 类的新实例。

public PartnerTopicInfo ();
Public Sub New ()

适用于

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

初始化 PartnerTopicInfo 类的新实例。

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)

参数

azureSubscriptionId
String

订阅者的 Azure 订阅 ID。 与此频道关联的合作伙伴主题将在此 Azure 订阅下创建。

resourceGroupName
String

订阅者的 Azure 资源组。 与此频道关联的合作伙伴主题将在此资源组下创建。

name
String

与频道关联的合作伙伴主题的名称。

eventTypeInfo
EventTypeInfo

合作伙伴主题的事件类型信息。 此信息由发布者提供,订阅者可以使用此信息查看发布的不同类型的事件。

source
String

源信息由发布者提供,用于确定事件的来源范围或上下文。 在创建合作伙伴主题的审批过程中,订阅者可以使用此信息。

适用于