Metric Class

 

Updated: September 18, 2014

A metric value set represents a set of metric values in a time period.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

System::Object
  Microsoft.Azure.Insights.Models::Metric

public ref class Metric 

NameDescription
System_CAPS_pubmethodMetric()

Initializes a new instance of the Metric class.

NameDescription
System_CAPS_pubpropertyEndTime

Optional. The end time.

System_CAPS_pubpropertyMetricValues

Optional. The collection of actual metric values.

System_CAPS_pubpropertyName

Optional. The name and the display name of the metric.

System_CAPS_pubpropertyProperties

Optional. Collection of extended properties.

System_CAPS_pubpropertyResourceId

Optional. The resource ID of the resource that has emitted the metric.

System_CAPS_pubpropertyStartTime

Optional. The start time.

System_CAPS_pubpropertyTimeGrain

Optional. The time grain of the metric. Also known as the aggregation interval or frequency.

System_CAPS_pubpropertyUnit

Optional. The unit of the metric.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: