次の方法で共有


QueryOperationsExtensions.Execute メソッド

定義

分析クエリを実行する

public static Microsoft.Azure.ApplicationInsights.Query.Models.QueryResults Execute (this Microsoft.Azure.ApplicationInsights.Query.IQueryOperations operations, string appId, string query, string timespan = default, System.Collections.Generic.IList<string> applications = default);
static member Execute : Microsoft.Azure.ApplicationInsights.Query.IQueryOperations * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.ApplicationInsights.Query.Models.QueryResults
<Extension()>
Public Function Execute (operations As IQueryOperations, appId As String, query As String, Optional timespan As String = Nothing, Optional applications As IList(Of String) = Nothing) As QueryResults

パラメーター

operations
IQueryOperations

この拡張メソッドの操作グループ。

appId
String

アプリケーションの ID。 これは、Azure portalの [API アクセス設定] ブレードの [アプリケーション ID] です。

query
String

実行するクエリ。

timespan
String

省略可能。 データのクエリを実行する期間。 これは ISO8601 期間の値です。 この期間は、クエリ式で指定されているに加えて適用されます。

applications
IList<String>

アプリケーション間クエリのアプリケーション ID の一覧。

戻り値

注釈

データに対して Analytics クエリを実行します。

こちら

は、分析クエリで POST を使用する例です。

適用対象