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.ModelRecommendedActionMetricInfo
Constructor
RecommendedActionMetricInfo(**kwargs)
Variables
Name | Description |
---|---|
metric_name
|
Gets the name of the metric. e.g., CPU, Number of Queries. |
unit
|
Gets the unit in which metric is measured. e.g., DTU, Frequency. |
time_grain
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python