RecommendedElasticPoolMetric Constructors
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.
Overloads
RecommendedElasticPoolMetric() |
Initializes a new instance of the RecommendedElasticPoolMetric class. |
RecommendedElasticPoolMetric(Nullable<DateTime>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the RecommendedElasticPoolMetric class. |
RecommendedElasticPoolMetric()
Initializes a new instance of the RecommendedElasticPoolMetric class.
public RecommendedElasticPoolMetric ();
Public Sub New ()
Applies to
RecommendedElasticPoolMetric(Nullable<DateTime>, Nullable<Double>, Nullable<Double>)
Initializes a new instance of the RecommendedElasticPoolMetric class.
public RecommendedElasticPoolMetric (DateTime? dateTime = default, double? dtu = default, double? sizeGB = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedElasticPoolMetric : Nullable<DateTime> * Nullable<double> * Nullable<double> -> Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedElasticPoolMetric
Public Sub New (Optional dateTime As Nullable(Of DateTime) = Nothing, Optional dtu As Nullable(Of Double) = Nothing, Optional sizeGB As Nullable(Of Double) = Nothing)
Parameters
Gets or sets the DTUs (Database Transaction Units). See https://azure.microsoft.com/documentation/articles/sql-database-what-is-a-dtu/