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

EventsTraceResult 构造函数

定义

重载

EventsTraceResult()

初始化 EventsTraceResult 类的新实例。

EventsTraceResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsTraceInfo)

初始化 EventsTraceResult 类的新实例。

EventsTraceResult()

Source:
EventsTraceResult.cs

初始化 EventsTraceResult 类的新实例。

public EventsTraceResult ();
Public Sub New ()

适用于

EventsTraceResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsTraceInfo)

Source:
EventsTraceResult.cs

初始化 EventsTraceResult 类的新实例。

public EventsTraceResult (string id = default, long? count = default, DateTime? timestamp = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomDimensions customDimensions = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomMeasurements customMeasurements = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsOperationInfo operation = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo session = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsUserInfo user = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsCloudInfo cloud = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsAiInfo ai = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsApplicationInfo application = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientInfo client = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsTraceInfo trace = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsTraceResult : string * Nullable<int64> * Nullable<DateTime> * Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomDimensions * Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomMeasurements * Microsoft.Azure.ApplicationInsights.Query.Models.EventsOperationInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsUserInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsCloudInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsAiInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsApplicationInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsTraceInfo -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsTraceResult
Public Sub New (Optional id As String = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional customDimensions As EventsResultDataCustomDimensions = Nothing, Optional customMeasurements As EventsResultDataCustomMeasurements = Nothing, Optional operation As EventsOperationInfo = Nothing, Optional session As EventsSessionInfo = Nothing, Optional user As EventsUserInfo = Nothing, Optional cloud As EventsCloudInfo = Nothing, Optional ai As EventsAiInfo = Nothing, Optional application As EventsApplicationInfo = Nothing, Optional client As EventsClientInfo = Nothing, Optional trace As EventsTraceInfo = Nothing)

参数

id
String

此事件的唯一 ID。

count
Nullable<Int64>

事件计数

timestamp
Nullable<DateTime>

事件的时间戳

customDimensions
EventsResultDataCustomDimensions

事件的自定义维度

customMeasurements
EventsResultDataCustomMeasurements

事件的自定义度量

operation
EventsOperationInfo

事件的操作信息

session
EventsSessionInfo

事件的会话信息

user
EventsUserInfo

事件的用户信息

cloud
EventsCloudInfo

事件的云信息

ai
EventsAiInfo

事件的 AI 信息

application
EventsApplicationInfo

事件的应用程序信息

client
EventsClientInfo

事件的客户端信息

适用于