Freigeben über


MetricsExtensions.GetMultiple Methode

Definition

Abrufen von Metrikdaten

public static System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultsItem> GetMultiple (this Microsoft.Azure.ApplicationInsights.Query.IMetrics operations, string appId, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsPostBodySchema> body);
static member GetMultiple : Microsoft.Azure.ApplicationInsights.Query.IMetrics * string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsPostBodySchema> -> System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultsItem>
<Extension()>
Public Function GetMultiple (operations As IMetrics, appId As String, body As IList(Of MetricsPostBodySchema)) As IList(Of MetricsResultsItem)

Parameter

operations
IMetrics

Die Vorgangsgruppe für diese Erweiterungsmethode.

appId
String

ID der Anwendung. Dies ist die Anwendungs-ID auf dem Blatt API-Zugriffseinstellungen im Azure-Portal.

body
IList<MetricsPostBodySchema>

Die Batchabfrage für Metriken.

Gibt zurück

Hinweise

Ruft Metrikwerte für mehrere Metriken ab.

Gilt für: