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
System_CAPS_pubmethod UsageMetric()

Initializes a new instance of the UsageMetric class.

Properties

Name Description
System_CAPS_pubproperty CurrentValue

Optional. The current value for the usage metric.

System_CAPS_pubproperty Limit

Optional. The quota limit the usage metric.

System_CAPS_pubproperty Name

Optional. Get the usage metric name and display name.

System_CAPS_pubproperty NextResetTime

Optional. When the current value gets reset.

System_CAPS_pubproperty QuotaPeriod

Optional. The amount of time it takes to reset the value.

System_CAPS_pubproperty Unit

Optional. The unit for the usage metric.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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