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