RecommendedActionMetricInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents time series data of any metrics of this Recommended Action
public class RecommendedActionMetricInfo
type RecommendedActionMetricInfo = class
Public Class RecommendedActionMetricInfo
- Inheritance
-
RecommendedActionMetricInfo
Constructors
RecommendedActionMetricInfo() |
Initializes a new instance of the RecommendedActionMetricInfo class. |
Properties
MetricName |
Optional. Gets the name of the metric. E.g., CPU, Number of Queries. |
StartTime |
Optional. Gets the start time of time interval given by this MetricInfo |
TimeGrain |
Optional. Gets the duration of time interval for the value given by this MetricInfo E.g., PT1H (1 hour) |
Unit |
Optional. Gets the unit in which metric is measured. E.g., DTU, Frequency |
Value |
Optional. Gets the value of the metric in the time interval given by this MetricInfo |