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.CosmosDB.Fluent.Models.MetricValue : Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<DateTime> * Nullable<double> -> Microsoft.Azure.Management.CosmosDB.Fluent.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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET