EventsCustomEventResult Constructors

Definition

Overloads

EventsCustomEventResult()

Initializes a new instance of the EventsCustomEventResult class.

EventsCustomEventResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsCustomEventInfo)

Initializes a new instance of the EventsCustomEventResult class.

EventsCustomEventResult()

Source:
EventsCustomEventResult.cs

Initializes a new instance of the EventsCustomEventResult class.

public EventsCustomEventResult ();
Public Sub New ()

Applies to

EventsCustomEventResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsCustomEventInfo)

Source:
EventsCustomEventResult.cs

Initializes a new instance of the EventsCustomEventResult class.

public EventsCustomEventResult (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.EventsCustomEventInfo customEvent = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomEventResult : 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.EventsCustomEventInfo -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomEventResult
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 customEvent As EventsCustomEventInfo = Nothing)

Parameters

id
String

The unique ID for this event.

count
Nullable<Int64>

Count of the event

timestamp
Nullable<DateTime>

Timestamp of the event

customDimensions
EventsResultDataCustomDimensions

Custom dimensions of the event

customMeasurements
EventsResultDataCustomMeasurements

Custom measurements of the event

operation
EventsOperationInfo

Operation info of the event

session
EventsSessionInfo

Session info of the event

user
EventsUserInfo

User info of the event

cloud
EventsCloudInfo

Cloud info of the event

ai
EventsAiInfo

AI info of the event

application
EventsApplicationInfo

Application info of the event

client
EventsClientInfo

Client info of the event

customEvent
EventsCustomEventInfo

Applies to