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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python