MetricValueSet Members
A metric value set represents a set of metric values in a time period.
The following tables list the members exposed by the MetricValueSet type.
Public Constructors
Name | Description | |
---|---|---|
MetricValueSet | Initializes a new instance of the MetricValueSet class. |
Top
Public 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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
MetricValueSet Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace