EventsExceptionResult Constructors

Definition

Overloads

EventsExceptionResult()

Initializes a new instance of the EventsExceptionResult class.

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

Initializes a new instance of the EventsExceptionResult class.

EventsExceptionResult()

Source:
EventsExceptionResult.cs

Initializes a new instance of the EventsExceptionResult class.

public EventsExceptionResult ();
Public Sub New ()

Applies to

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

Source:
EventsExceptionResult.cs

Initializes a new instance of the EventsExceptionResult class.

public EventsExceptionResult (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.EventsExceptionInfo exception = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsExceptionResult : 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.EventsExceptionInfo -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsExceptionResult
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 exception As EventsExceptionInfo = 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

Applies to