次の方法で共有


QueryOperationsExtensions.ExecuteAsync メソッド

定義

分析クエリを実行する

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

パラメーター

operations
IQueryOperations

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

appId
String

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

query
String

実行するクエリ。

timespan
String

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

applications
IList<String>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

こちら

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

適用対象