次の方法で共有


Metrics クラス

定義

メトリック操作。

public class Metrics : Microsoft.Azure.ApplicationInsights.Query.IMetrics, Microsoft.Rest.IServiceOperations<Microsoft.Azure.ApplicationInsights.Query.ApplicationInsightsDataClient>
type Metrics = class
    interface IServiceOperations<ApplicationInsightsDataClient>
    interface IMetrics
Public Class Metrics
Implements IMetrics, IServiceOperations(Of ApplicationInsightsDataClient)
継承
Metrics
実装

コンストラクター

Metrics(ApplicationInsightsDataClient)

Metrics クラスの新しいインスタンスを初期化します。

プロパティ

Client

ApplicationInsightsDataClient への参照を取得します

メソッド

GetIntervaledMetricWithHttpMessagesAsync(String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetIntervaledSegmentedMetricWithHttpMessagesAsync(String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetMetadataWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

GetMetricSummaryWithHttpMessagesAsync(String, String, String, IList<String>, Nullable<Int32>, String, String, Dictionary<String, List<String>>, CancellationToken)

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

GetMultipleWithHttpMessagesAsync(String, IList<MetricsPostBodySchema>, Dictionary<String,List<String>>, CancellationToken)

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

GetSegmentedMetricWithHttpMessagesAsync(String, String, String, IList<String>, IList<String>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

Get(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

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

GetAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

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

GetIntervaledMetric(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

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

GetIntervaledMetricAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

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

GetIntervaledSegmentedMetric(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

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

GetIntervaledSegmentedMetricAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

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

GetMetadata(IMetrics, String)

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

GetMetadataAsync(IMetrics, String, CancellationToken)

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

GetMetricSummary(IMetrics, String, String, String, IList<String>, Nullable<Int32>, String, String)

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

GetMetricSummaryAsync(IMetrics, String, String, String, IList<String>, Nullable<Int32>, String, String, CancellationToken)

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

GetMultiple(IMetrics, String, IList<MetricsPostBodySchema>)

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

GetMultipleAsync(IMetrics, String, IList<MetricsPostBodySchema>, CancellationToken)

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

GetSegmentedMetric(IMetrics, String, String, String, IList<String>, IList<String>, Nullable<Int32>, String, String)

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

GetSegmentedMetricAsync(IMetrics, String, String, String, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

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

適用対象