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

EventsResults 构造函数

定义

重载

EventsResults()

初始化 EventsResults 类的新实例。

EventsResults(String, IList<ErrorInfo>, IList<EventsResultData>)

初始化 EventsResults 类的新实例。

EventsResults()

Source:
EventsResults.cs

初始化 EventsResults 类的新实例。

public EventsResults ();
Public Sub New ()

适用于

EventsResults(String, IList<ErrorInfo>, IList<EventsResultData>)

Source:
EventsResults.cs

初始化 EventsResults 类的新实例。

public EventsResults (string odatacontext = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo> aimessages = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultData> value = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults : string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo> * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultData> -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults
Public Sub New (Optional odatacontext As String = Nothing, Optional aimessages As IList(Of ErrorInfo) = Nothing, Optional value As IList(Of EventsResultData) = Nothing)

参数

odatacontext
String

此响应的 OData 上下文元数据终结点

aimessages
IList<ErrorInfo>

此响应的 OData 消息。

value
IList<EventsResultData>

事件查询结果的内容。

适用于