RecommendedElasticPoolMetric 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.
Represents recommended elastic pool metric.
public class RecommendedElasticPoolMetric
type RecommendedElasticPoolMetric = class
Public Class RecommendedElasticPoolMetric
- Inheritance
-
RecommendedElasticPoolMetric
Constructors
RecommendedElasticPoolMetric() |
Initializes a new instance of the RecommendedElasticPoolMetric class. |
RecommendedElasticPoolMetric(Nullable<DateTime>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the RecommendedElasticPoolMetric class. |
Properties
DateTime |
Gets or sets the time of metric (ISO8601 format). |
Dtu |
Gets or sets the DTUs (Database Transaction Units). See https://azure.microsoft.com/documentation/articles/sql-database-what-is-a-dtu/ |
SizeGB |
Gets or sets size in gigabytes. |
Applies to
Azure SDK for .NET