UsageMetric Class
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.
A metric describing the usage of a resource.
public class UsageMetric
type UsageMetric = class
Public Class UsageMetric
- Inheritance
-
UsageMetric
Constructors
UsageMetric() |
Initializes a new instance of the UsageMetric class. |
UsageMetric(MetricName, String, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, String) |
Initializes a new instance of the UsageMetric class. |
Properties
CurrentValue |
Gets or sets the current value of the metric. |
Limit |
Gets or sets the quota limit for the metric. |
Name |
Gets or sets the name of the metric. |
NextResetTime |
Gets or sets the time that the metric's value will reset. |
QuotaPeriod |
Gets or sets the quota period that determines the length of time between value resets. |
Unit |
Gets or sets the units used for the metric. |
Applies to
Azure SDK for .NET