MetricValueSet Class
A metric value set represents a set of metric values in a time period.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
| Name | Description | |
|---|---|---|
![]() | MetricValueSet() | Initializes a new instance of the MetricValueSet class. |
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


