MetricsSegmentInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- segments
- IList<MetricsSegmentInfo>
セグメント化されたメトリック データ (さらにセグメント化されている場合)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET