Compartir a través de


MetricsExtensions.GetMultiple Método

Definición

Recuperación de datos de métricas

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)

Parámetros

operations
IMetrics

Grupo de operaciones para este método de extensión.

appId
String

Identificador de la aplicación. Este es el identificador de aplicación de la hoja Configuración de acceso de API en el Azure Portal.

body
IList<MetricsPostBodySchema>

Consulta de métricas por lotes.

Devoluciones

Comentarios

Obtiene valores de métricas para varias métricas.

Se aplica a