次の方法で共有


MetricsExtensions.GetMultiple メソッド

定義

メトリック データを取得する

public static System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultsItem> GetMultiple(this Microsoft.Azure.ApplicationInsights.Query.IMetrics operations, string appId, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsPostBodySchema> body);
static member GetMultiple : Microsoft.Azure.ApplicationInsights.Query.IMetrics * string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsPostBodySchema> -> System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultsItem>
<Extension()>
Public Function GetMultiple (operations As IMetrics, appId As String, body As IList(Of MetricsPostBodySchema)) As IList(Of MetricsResultsItem)

パラメーター

operations
IMetrics

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

appId
String

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

body
IList<MetricsPostBodySchema>

バッチ処理されたメトリック クエリ。

戻り値

注釈

複数のメトリックのメトリック値を取得します

適用対象