Freigeben über


ApplicationInsightsDataClientExtensions.GetMetricsAsync Methode

Definition

Abrufen von Metrikdaten

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsResultsItem>> GetMetricsAsync (this Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient operations, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsPostBodySchema> body, System.Threading.CancellationToken cancellationToken = default);
static member GetMetricsAsync : Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsPostBodySchema> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsResultsItem>>
<Extension()>
Public Function GetMetricsAsync (operations As IApplicationInsightsDataClient, body As IList(Of MetricsPostBodySchema), Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of MetricsResultsItem))

Parameter

operations
IApplicationInsightsDataClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

body
IList<MetricsPostBodySchema>

Die batchierte Metrikabfrage.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft Metrikwerte für mehrere Metriken ab.

Gilt für: