QueryOperationsExtensions.ExecuteAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
分析クエリを実行する
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 期間の値です。 この期間は、クエリ式で指定されているに加えて適用されます。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
注釈
データに対して Analytics クエリを実行します。
は、分析クエリで POST を使用する例です。