Compartir a través de


EventsExtensions.GetPageViewEvent(IEvents, String, String, String) Método

Definición

Obtener un evento de vista de página

public static Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsPageViewResult> GetPageViewEvent (this Microsoft.Azure.ApplicationInsights.Query.IEvents operations, string appId, string eventId, string timespan = default);
static member GetPageViewEvent : Microsoft.Azure.ApplicationInsights.Query.IEvents * string * string * string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsPageViewResult>
<Extension()>
Public Function GetPageViewEvent (operations As IEvents, appId As String, eventId As String, Optional timespan As String = Nothing) As EventsResults(Of EventsPageViewResult)

Parámetros

operations
IEvents

El grupo de operaciones de 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 a la API de la Azure Portal.

eventId
String

Identificador del evento.

timespan
String

Opcional. Intervalo de tiempo en el que se van a recuperar los eventos. Se trata de un valor de período de tiempo ISO8601. Este intervalo de tiempo se aplica además de los especificados en la expresión Odata.

Devoluciones

Comentarios

Obtiene los datos de un evento de vista de página única.

Se aplica a