Compartir a través de


MetricsExtensions.GetMultipleAsync Método

Definición

Recuperación de datos de métricas

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultsItem>> GetMultipleAsync (this Microsoft.Azure.ApplicationInsights.Query.IMetrics operations, string appId, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsPostBodySchema> body, System.Threading.CancellationToken cancellationToken = default);
static member GetMultipleAsync : Microsoft.Azure.ApplicationInsights.Query.IMetrics * string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsPostBodySchema> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultsItem>>
<Extension()>
Public Function GetMultipleAsync (operations As IMetrics, appId As String, body As IList(Of MetricsPostBodySchema), Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

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

Se aplica a