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() |
Initializes a new instance of the MetricValue class. |
MetricValue(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, Nullable<Double>) |
Initializes a new instance of the MetricValue class. |
MetricValue()
Initializes a new instance of the MetricValue class.
public MetricValue ();
Public Sub New ()
Applies to
MetricValue(Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, Nullable<Double>)
Initializes a new instance of the MetricValue class.
public MetricValue (double? count = default, double? average = default, double? maximum = default, double? minimum = default, DateTime? timestamp = default, double? total = default);
new Microsoft.Azure.Management.Sql.Models.MetricValue : Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<DateTime> * Nullable<double> -> Microsoft.Azure.Management.Sql.Models.MetricValue
Public Sub New (Optional count As Nullable(Of Double) = Nothing, Optional average As Nullable(Of Double) = Nothing, Optional maximum As Nullable(Of Double) = Nothing, Optional minimum As Nullable(Of Double) = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional total As Nullable(Of Double) = Nothing)
Parameters
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