EventsCustomMetricResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventsCustomMetricResult() |
Initializes a new instance of the EventsCustomMetricResult class. |
EventsCustomMetricResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsCustomMetricInfo) |
Initializes a new instance of the EventsCustomMetricResult class. |
EventsCustomMetricResult()
Initializes a new instance of the EventsCustomMetricResult class.
public EventsCustomMetricResult ();
Public Sub New ()
Applies to
EventsCustomMetricResult(String, Nullable<Int64>, Nullable<DateTime>, EventsResultDataCustomDimensions, EventsResultDataCustomMeasurements, EventsOperationInfo, EventsSessionInfo, EventsUserInfo, EventsCloudInfo, EventsAiInfo, EventsApplicationInfo, EventsClientInfo, EventsCustomMetricInfo)
Initializes a new instance of the EventsCustomMetricResult class.
public EventsCustomMetricResult (string id = default, long? count = default, DateTime? timestamp = default, Microsoft.Azure.ApplicationInsights.Models.EventsResultDataCustomDimensions customDimensions = default, Microsoft.Azure.ApplicationInsights.Models.EventsResultDataCustomMeasurements customMeasurements = default, Microsoft.Azure.ApplicationInsights.Models.EventsOperationInfo operation = default, Microsoft.Azure.ApplicationInsights.Models.EventsSessionInfo session = default, Microsoft.Azure.ApplicationInsights.Models.EventsUserInfo user = default, Microsoft.Azure.ApplicationInsights.Models.EventsCloudInfo cloud = default, Microsoft.Azure.ApplicationInsights.Models.EventsAiInfo ai = default, Microsoft.Azure.ApplicationInsights.Models.EventsApplicationInfo application = default, Microsoft.Azure.ApplicationInsights.Models.EventsClientInfo client = default, Microsoft.Azure.ApplicationInsights.Models.EventsCustomMetricInfo customMetric = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsCustomMetricResult : string * Nullable<int64> * Nullable<DateTime> * Microsoft.Azure.ApplicationInsights.Models.EventsResultDataCustomDimensions * Microsoft.Azure.ApplicationInsights.Models.EventsResultDataCustomMeasurements * Microsoft.Azure.ApplicationInsights.Models.EventsOperationInfo * Microsoft.Azure.ApplicationInsights.Models.EventsSessionInfo * Microsoft.Azure.ApplicationInsights.Models.EventsUserInfo * Microsoft.Azure.ApplicationInsights.Models.EventsCloudInfo * Microsoft.Azure.ApplicationInsights.Models.EventsAiInfo * Microsoft.Azure.ApplicationInsights.Models.EventsApplicationInfo * Microsoft.Azure.ApplicationInsights.Models.EventsClientInfo * Microsoft.Azure.ApplicationInsights.Models.EventsCustomMetricInfo -> Microsoft.Azure.ApplicationInsights.Models.EventsCustomMetricResult
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 customMetric As EventsCustomMetricInfo = Nothing)
Parameters
- id
- String
The unique ID for this 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
- customMetric
- EventsCustomMetricInfo
Applies to
Azure SDK for .NET