MetricsSegmentInfo Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MetricsSegmentInfo() |
Initialisiert eine neue instance der MetricsSegmentInfo-Klasse. |
MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>) |
Initialisiert eine neue instance der MetricsSegmentInfo-Klasse. |
MetricsSegmentInfo()
Initialisiert eine neue instance der MetricsSegmentInfo-Klasse.
public MetricsSegmentInfo ();
Public Sub New ()
Gilt für:
MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>)
Initialisiert eine neue instance der MetricsSegmentInfo-Klasse.
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)
Parameter
- additionalProperties
- IDictionary<String,Object>
Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Sammlung deserialisiert.
- segments
- IList<MetricsSegmentInfo>
Segmentierte Metrikdaten (falls weiter segmentiert).
Gilt für:
Azure SDK for .NET