次の方法で共有


EventsCustomMetricResult コンストラクター

定義

オーバーロード

EventsCustomMetricResult()

EventsCustomMetricResult クラスの新しいインスタンスを初期化します。

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

EventsCustomMetricResult クラスの新しいインスタンスを初期化します。

EventsCustomMetricResult()

EventsCustomMetricResult クラスの新しいインスタンスを初期化します。

public EventsCustomMetricResult();
Public Sub New ()

適用対象

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

EventsCustomMetricResult クラスの新しいインスタンスを初期化します。

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)

パラメーター

id
String

このイベントの一意の ID。

count
Nullable<Int64>

イベントの数

timestamp
Nullable<DateTime>

イベントのタイムスタンプ

customDimensions
EventsResultDataCustomDimensions

イベントのカスタム ディメンション

customMeasurements
EventsResultDataCustomMeasurements

イベントのカスタム測定値

operation
EventsOperationInfo

イベントの操作情報

session
EventsSessionInfo

イベントのセッション情報

user
EventsUserInfo

イベントのユーザー情報

cloud
EventsCloudInfo

イベントのクラウド情報

ai
EventsAiInfo

イベントの AI 情報

application
EventsApplicationInfo

イベントのアプリケーション情報

client
EventsClientInfo

イベントのクライアント情報

customMetric
EventsCustomMetricInfo

適用対象