EventsPageViewResult Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
EventsPageViewResult() |
Initialise une nouvelle instance de la classe EventsPageViewResult. |
EventsPageViewResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsPageViewInfo) |
Initialise une nouvelle instance de la classe EventsPageViewResult. |
EventsPageViewResult()
- Source:
- EventsPageViewResult.cs
Initialise une nouvelle instance de la classe EventsPageViewResult.
public EventsPageViewResult ();
Public Sub New ()
S’applique à
EventsPageViewResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsPageViewInfo)
- Source:
- EventsPageViewResult.cs
Initialise une nouvelle instance de la classe EventsPageViewResult.
public EventsPageViewResult (string id = default, long? count = default, DateTime? timestamp = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomDimensions customDimensions = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomMeasurements customMeasurements = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsOperationInfo operation = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo session = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsUserInfo user = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsCloudInfo cloud = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsAiInfo ai = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsApplicationInfo application = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientInfo client = default, Microsoft.Azure.ApplicationInsights.Query.Models.EventsPageViewInfo pageView = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsPageViewResult : string * Nullable<int64> * Nullable<DateTime> * Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomDimensions * Microsoft.Azure.ApplicationInsights.Query.Models.EventsResultDataCustomMeasurements * Microsoft.Azure.ApplicationInsights.Query.Models.EventsOperationInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsSessionInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsUserInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsCloudInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsAiInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsApplicationInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientInfo * Microsoft.Azure.ApplicationInsights.Query.Models.EventsPageViewInfo -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsPageViewResult
Public Sub New (Optional id As String = Nothing, Optional count As Nullable(Of Long) = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional customDimensions As EventsResultDataCustomDimensions = Nothing, Optional customMeasurements As EventsResultDataCustomMeasurements = Nothing, Optional operation As EventsOperationInfo = Nothing, Optional session As EventsSessionInfo = Nothing, Optional user As EventsUserInfo = Nothing, Optional cloud As EventsCloudInfo = Nothing, Optional ai As EventsAiInfo = Nothing, Optional application As EventsApplicationInfo = Nothing, Optional client As EventsClientInfo = Nothing, Optional pageView As EventsPageViewInfo = Nothing)
Paramètres
- id
- String
ID unique de cet événement.
- customDimensions
- EventsResultDataCustomDimensions
Dimensions personnalisées de l’événement
- customMeasurements
- EventsResultDataCustomMeasurements
Mesures personnalisées de l’événement
- operation
- EventsOperationInfo
Informations d’opération de l’événement
- session
- EventsSessionInfo
Informations de session de l’événement
- user
- EventsUserInfo
Informations utilisateur de l’événement
- cloud
- EventsCloudInfo
Informations cloud de l’événement
- ai
- EventsAiInfo
Informations IA de l’événement
- application
- EventsApplicationInfo
Informations d’application de l’événement
- client
- EventsClientInfo
Informations clientes de l’événement
- pageView
- EventsPageViewInfo
S’applique à
Azure SDK for .NET