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()
- Source:
- MetricsResultInfo.cs
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>)
- Source:
- MetricsResultInfo.cs
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.Query.Models.MetricsSegmentInfo> segments = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.MetricsResultInfo : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * Nullable<DateTime> * Nullable<TimeSpan> * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsSegmentInfo> -> Microsoft.Azure.ApplicationInsights.Query.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).
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET