RecommendedActionMetricInfo Class

Contains time series of various impacted metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
msrest.serialization.Model
RecommendedActionMetricInfo

Constructor

RecommendedActionMetricInfo(**kwargs)

Variables

Name Description
metric_name
str

Gets the name of the metric. e.g., CPU, Number of Queries.

unit
str

Gets the unit in which metric is measured. e.g., DTU, Frequency.

time_grain
str

Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour).

start_time

Gets the start time of time interval given by this MetricInfo.

value

Gets the value of the metric in the time interval given by this MetricInfo.