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)

Inheritance Hierarchy

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

Syntax

public class MetricValueSet
public ref class MetricValueSet 
type MetricValueSet = class end
Public Class MetricValueSet

Constructors

Name Description
MetricValueSet()

Initializes a new instance of the MetricValueSet class.

Properties

Name Description
DisplayName

Optional. Metric display name.

EndTime

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

MetricValues

Optional. Metric values.

Name

Optional. Metric name.

Namespace

Optional. Metric namespace.

PrimaryAggregation

Optional. Metric primary aggregation.

StartTime

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

TimeGrain

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

Unit

Optional. Metric unit.

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.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top