Compartir a través de


Events.GetCustomEventWithHttpMessagesAsync Método

Definición

Obtener un evento personalizado

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomEventResult>>> GetCustomEventWithHttpMessagesAsync (string appId, string eventId = default, string timespan = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCustomEventWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomEventResult>>>
override this.GetCustomEventWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomEventResult>>>
Public Function GetCustomEventWithHttpMessagesAsync (appId As String, Optional eventId As String = Nothing, Optional timespan As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of EventsResults(Of EventsCustomEventResult)))

Parámetros

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.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Implementaciones

Comentarios

Obtiene los datos de un único evento personalizado.

Se aplica a