MetricDefinition Class

 

Updated: September 18, 2014

Metric definition class specifies the metadata for a metric.

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

System.Object
  Microsoft.Azure.Insights.Models.MetricDefinition

type MetricDefinition = class end

NameDescription
System_CAPS_pubmethodMetricDefinition()

Initializes a new instance of the MetricDefinition class.

NameDescription
System_CAPS_pubpropertyMetricAvailabilities

Optional. Collection of what aggregation intervals are available to be queried.

System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyPrimaryAggregationType

Optional. The primary aggregation type value defining how to use the values for display.

System_CAPS_pubpropertyProperties

Optional. Collection of extended properties.

System_CAPS_pubpropertyResourceUri

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

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: