Partager via


ApplicationInsightsDataClientExtensions.QueryAsync Méthode

Définition

Exécuter une requête Analytics

public static System.Threading.Tasks.Task<Microsoft.Azure.ApplicationInsights.Models.QueryResults> QueryAsync (this Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient operations, string query, TimeSpan? timespan = default, TimeSpan? timespan1 = default, System.Collections.Generic.IList<string> applications = default, System.Threading.CancellationToken cancellationToken = default);
static member QueryAsync : Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient * string * Nullable<TimeSpan> * Nullable<TimeSpan> * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ApplicationInsights.Models.QueryResults>
<Extension()>
Public Function QueryAsync (operations As IApplicationInsightsDataClient, query As String, Optional timespan As Nullable(Of TimeSpan) = Nothing, Optional timespan1 As Nullable(Of TimeSpan) = Nothing, Optional applications As IList(Of String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of QueryResults)

Paramètres

operations
IApplicationInsightsDataClient

Groupe d’opérations pour cette méthode d’extension.

query
String

Requête à exécuter.

timespan
Nullable<TimeSpan>

facultatif. Intervalle de temps sur lequel interroger des données. Il s’agit d’une valeur de période ISO8601. Cet intervalle de temps est appliqué en plus de tous les éléments spécifiés dans l’expression de requête.

timespan1
Nullable<TimeSpan>

facultatif. Intervalle de temps sur lequel interroger des données. Il s’agit d’une valeur de période ISO8601. Cet intervalle de temps est appliqué en plus de tous les éléments spécifiés dans l’expression de requête.

applications
IList<String>

Liste des applications incluses dans la requête.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Exécute une requête Analytics pour les données.

Voici un exemple d’utilisation de POST

avec une requête Analytics.

S’applique à