MetricValue 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
MetricValue() | |
MetricValue(DateTime, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Int64>) |
MetricValue()
public MetricValue ();
Public Sub New ()
Applies to
MetricValue(DateTime, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Int64>)
public MetricValue (DateTime timeStamp, double? average = default, double? minimum = default, double? maximum = default, double? total = default, long? count = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricValue : DateTime * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<int64> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricValue
Public Sub New (timeStamp As DateTime, Optional average As Nullable(Of Double) = Nothing, Optional minimum As Nullable(Of Double) = Nothing, Optional maximum As Nullable(Of Double) = Nothing, Optional total As Nullable(Of Double) = Nothing, Optional count As Nullable(Of Long) = Nothing)
Parameters
- timeStamp
- DateTime