Metrics Class

Definition

Metrics operations.

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)
Inheritance
Metrics
Implements

Constructors

Metrics(ApplicationInsightsDataClient)

Initializes a new instance of the Metrics class.

Properties

Client

Gets a reference to the ApplicationInsightsDataClient

Methods

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

Retrieve metric data

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

Retrieve metric data

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

Retrieve metric metatadata

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

Retrieve summary metric data

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

Retrieve metric data

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

Retrieve metric data

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

Retrieve metric data

Extension Methods

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

Retrieve metric data

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

Retrieve metric data

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

Retrieve metric data

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

Retrieve metric data

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

Retrieve metric data

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

Retrieve metric data

GetMetadata(IMetrics, String)

Retrieve metric metatadata

GetMetadataAsync(IMetrics, String, CancellationToken)

Retrieve metric metatadata

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

Retrieve summary metric data

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

Retrieve summary metric data

GetMultiple(IMetrics, String, IList<MetricsPostBodySchema>)

Retrieve metric data

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

Retrieve metric data

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

Retrieve metric data

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

Retrieve metric data

Applies to