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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python