Compartir a través de


Metrics Clase

Definición

Operaciones de métricas.

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)
Herencia
Metrics
Implementaciones

Constructores

Metrics(ApplicationInsightsDataClient)

Inicializa una nueva instancia de la clase Metrics.

Propiedades

Client

Obtiene una referencia a ApplicationInsightsDataClient.

Métodos

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

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

Recuperación de metatadata métrica

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

Recuperación de datos de métricas de resumen

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

Métodos de extensión

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

GetMetadata(IMetrics, String)

Recuperación de metatadata métrica

GetMetadataAsync(IMetrics, String, CancellationToken)

Recuperación de metatadata métrica

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

Recuperación de datos de métricas de resumen

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

Recuperación de datos de métricas de resumen

GetMultiple(IMetrics, String, IList<MetricsPostBodySchema>)

Recuperación de datos de métricas

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

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

Recuperación de datos de métricas

Se aplica a