MetricValueSet Class

 

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

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.MetricValueSet

public class MetricValueSet

NameDescription
System_CAPS_pubmethodMetricValueSet()

Initializes a new instance of the MetricValueSet class.

NameDescription
System_CAPS_pubpropertyDisplayName

Optional. Metric display name.

System_CAPS_pubpropertyEndTime

Optional. The end time in UTC for the metric queried.

System_CAPS_pubpropertyMetricValues

Optional. Metric values.

System_CAPS_pubpropertyName

Optional. Metric name.

System_CAPS_pubpropertyNamespace

Optional. Metric namespace.

System_CAPS_pubpropertyPrimaryAggregation

Optional. Metric primary aggregation.

System_CAPS_pubpropertyStartTime

Optional. The start time in UTC for the metric queried.

System_CAPS_pubpropertyTimeGrain

Optional. The time grain specifies the aggregation period of the metric value.

System_CAPS_pubpropertyUnit

Optional. Metric unit.

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: