你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecommendedActionMetricInfo Class

Definition

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

Applies to