MetricsSegmentInfo 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
MetricsSegmentInfo() |
Initializes a new instance of the MetricsSegmentInfo class. |
MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>) |
Initializes a new instance of the MetricsSegmentInfo class. |
MetricsSegmentInfo()
- Source:
- MetricsSegmentInfo.cs
Initializes a new instance of the MetricsSegmentInfo class.
public MetricsSegmentInfo ();
Public Sub New ()
Applies to
MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>)
- Source:
- MetricsSegmentInfo.cs
Initializes a new instance of the MetricsSegmentInfo class.
public MetricsSegmentInfo (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? start = default, DateTime? end = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsSegmentInfo> segments = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.MetricsSegmentInfo : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsSegmentInfo> -> Microsoft.Azure.ApplicationInsights.Query.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)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- segments
- IList<MetricsSegmentInfo>
Segmented metric data (if further segmented).
Applies to
Azure SDK for .NET