RecommendedActionMetricInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains time series of various impacted metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.
public class RecommendedActionMetricInfo
type RecommendedActionMetricInfo = class
Public Class RecommendedActionMetricInfo
- Inheritance
-
RecommendedActionMetricInfo
Constructors
RecommendedActionMetricInfo() |
Initializes a new instance of the RecommendedActionMetricInfo class. |
RecommendedActionMetricInfo(String, String, String, Nullable<DateTime>, Nullable<Double>) |
Initializes a new instance of the RecommendedActionMetricInfo class. |
Properties
MetricName |
Gets the name of the metric. e.g., CPU, Number of Queries. |
StartTime |
Gets the start time of time interval given by this MetricInfo. |
TimeGrain |
Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour) |
Unit |
Gets the unit in which metric is measured. e.g., DTU, Frequency |
Value |
Gets the value of the metric in the time interval given by this MetricInfo. |
Applies to
Azure SDK for .NET