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).
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET