MetricsResultInfo 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
MetricsResultInfo() |
Initializes a new instance of the MetricsResultInfo class. |
MetricsResultInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, Nullable<TimeSpan>, IList<MetricsSegmentInfo>) |
Initializes a new instance of the MetricsResultInfo class. |
MetricsResultInfo()
Initializes a new instance of the MetricsResultInfo class.
public MetricsResultInfo ();
Public Sub New ()
Applies to
MetricsResultInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, Nullable<TimeSpan>, IList<MetricsSegmentInfo>)
Initializes a new instance of the MetricsResultInfo class.
public MetricsResultInfo (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? start = default, DateTime? end = default, TimeSpan? interval = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsSegmentInfo> segments = default);
new Microsoft.Azure.ApplicationInsights.Models.MetricsResultInfo : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * Nullable<DateTime> * Nullable<TimeSpan> * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.MetricsSegmentInfo> -> Microsoft.Azure.ApplicationInsights.Models.MetricsResultInfo
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 interval As Nullable(Of TimeSpan) = 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 segmented).