次の方法で共有


EventsResults コンストラクター

定義

オーバーロード

EventsResults()

EventsResults クラスの新しいインスタンスを初期化します。

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

EventsResults クラスの新しいインスタンスを初期化します。

EventsResults()

EventsResults クラスの新しいインスタンスを初期化します。

public EventsResults ();
Public Sub New ()

適用対象

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

EventsResults クラスの新しいインスタンスを初期化します。

public EventsResults (string odatacontext = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.ErrorInfo> aimessages = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.EventsResultData> value = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsResults : string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.ErrorInfo> * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.EventsResultData> -> Microsoft.Azure.ApplicationInsights.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>

イベント クエリ結果の内容。

適用対象