Partilhar via


Metrics Classe

Definição

Operações 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)
Herança
Metrics
Implementações

Construtores

Metrics(ApplicationInsightsDataClient)

Inicializa uma nova instância da classe Metrics.

Propriedades

Client

Obtém uma referência ao ApplicationInsightsDataClient

Métodos

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

Recuperar dados de métrica

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

Recuperar dados de métrica

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

Recuperar metadados de métrica

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

Recuperar dados de métrica de resumo

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

Recuperar dados de métrica

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

Recuperar dados de métrica

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

Recuperar dados de métrica

Métodos de Extensão

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

Recuperar dados de métrica

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

Recuperar dados de métrica

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

Recuperar dados de métrica

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

Recuperar dados de métrica

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

Recuperar dados de métrica

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

Recuperar dados de métrica

GetMetadata(IMetrics, String)

Recuperar metadados de métrica

GetMetadataAsync(IMetrics, String, CancellationToken)

Recuperar metadados de métrica

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

Recuperar dados de métrica de resumo

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

Recuperar dados de métrica de resumo

GetMultiple(IMetrics, String, IList<MetricsPostBodySchema>)

Recuperar dados de métrica

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

Recuperar dados de métrica

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

Recuperar dados de métrica

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

Recuperar dados de métrica

Aplica-se a