你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventsDependencyResult 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
EventsDependencyResult()
- Source:
- EventsDependencyResult.cs
初始化 EventsDependencyResult 类的新实例。
public EventsDependencyResult ();
Public Sub New ()
适用于
EventsDependencyResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsDependencyInfo)
- Source:
- EventsDependencyResult.cs
初始化 EventsDependencyResult 类的新实例。
public EventsDependencyResult (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.EventsDependencyInfo dependency = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsDependencyResult : 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.EventsDependencyInfo -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsDependencyResult
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 dependency As EventsDependencyInfo = Nothing)
参数
- id
- String
此事件的唯一 ID。
- customDimensions
- EventsResultDataCustomDimensions
事件的自定义维度
- customMeasurements
- EventsResultDataCustomMeasurements
事件的自定义度量
- operation
- EventsOperationInfo
事件的操作信息
- session
- EventsSessionInfo
事件的会话信息
- user
- EventsUserInfo
事件的用户信息
- cloud
- EventsCloudInfo
事件的云信息
- ai
- EventsAiInfo
事件的 AI 信息
- application
- EventsApplicationInfo
事件的应用程序信息
- client
- EventsClientInfo
事件的客户端信息
- dependency
- EventsDependencyInfo