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

EventsOperationInfo 构造函数

定义

重载

EventsOperationInfo()

初始化 EventsOperationInfo 类的新实例。

EventsOperationInfo(String, String, String, String)

初始化 EventsOperationInfo 类的新实例。

EventsOperationInfo()

Source:
EventsOperationInfo.cs

初始化 EventsOperationInfo 类的新实例。

public EventsOperationInfo ();
Public Sub New ()

适用于

EventsOperationInfo(String, String, String, String)

Source:
EventsOperationInfo.cs

初始化 EventsOperationInfo 类的新实例。

public EventsOperationInfo (string name = default, string id = default, string parentId = default, string syntheticSource = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsOperationInfo : string * string * string * string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsOperationInfo
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional parentId As String = Nothing, Optional syntheticSource As String = Nothing)

参数

name
String

操作的名称

id
String

操作的 ID

parentId
String

操作的父 ID

syntheticSource
String

操作的综合源

适用于