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

SystemTopicUpdateParameters 构造函数

定义

重载

SystemTopicUpdateParameters()

初始化 SystemTopicUpdateParameters 类的新实例。

SystemTopicUpdateParameters(IDictionary<String,String>, IdentityInfo)

初始化 SystemTopicUpdateParameters 类的新实例。

SystemTopicUpdateParameters()

初始化 SystemTopicUpdateParameters 类的新实例。

public SystemTopicUpdateParameters ();
Public Sub New ()

适用于

SystemTopicUpdateParameters(IDictionary<String,String>, IdentityInfo)

初始化 SystemTopicUpdateParameters 类的新实例。

public SystemTopicUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EventGrid.Models.IdentityInfo identity = default);
new Microsoft.Azure.Management.EventGrid.Models.SystemTopicUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EventGrid.Models.IdentityInfo -> Microsoft.Azure.Management.EventGrid.Models.SystemTopicUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As IdentityInfo = Nothing)

参数

tags
IDictionary<String,String>

系统主题的标记。

identity
IdentityInfo

资源标识信息。

适用于