次の方法で共有


MetricsSegmentInfo コンストラクター

定義

オーバーロード

MetricsSegmentInfo()

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

MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>)

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

MetricsSegmentInfo()

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

public MetricsSegmentInfo ();
Public Sub New ()

適用対象

MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>)

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

public MetricsSegmentInfo (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? start = default, DateTime? end = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsSegmentInfo> segments = default);
new Microsoft.Azure.ApplicationInsights.Models.MetricsSegmentInfo : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsSegmentInfo> -> Microsoft.Azure.ApplicationInsights.Models.MetricsSegmentInfo
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional start As Nullable(Of DateTime) = Nothing, Optional end As Nullable(Of DateTime) = Nothing, Optional segments As IList(Of MetricsSegmentInfo) = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

start
Nullable<DateTime>

メトリック セグメントの開始時刻 (間隔が指定された場合のみ)。

end
Nullable<DateTime>

メトリック セグメントの開始時刻 (間隔が指定された場合のみ)。

segments
IList<MetricsSegmentInfo>

セグメント化されたメトリック データ (さらにセグメント化されている場合)。

適用対象