UsageMetric Class
Usage Metric data.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Insights.Models.UsageMetric
Syntax
public class UsageMetric
public ref class UsageMetric
type UsageMetric = class end
Public Class UsageMetric
Constructors
Name | Description | |
---|---|---|
UsageMetric() | Initializes a new instance of the UsageMetric class. |
Properties
Name | Description | |
---|---|---|
CurrentValue | Optional. The current value for the usage metric. |
|
Limit | Optional. The quota limit the usage metric. |
|
Name | Optional. Get the usage metric name and display name. |
|
NextResetTime | Optional. When the current value gets reset. |
|
QuotaPeriod | Optional. The amount of time it takes to reset the value. |
|
Unit | Optional. The unit for the usage metric. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Insights.Models Namespace
Return to top