RecommendedElasticPoolInner 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
RecommendedElasticPoolInner() |
Initializes a new instance of the RecommendedElasticPoolInner class. |
RecommendedElasticPoolInner(String, String, String, ElasticPoolEdition, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Double>, Nullable<Double>, IList<DatabaseInner>, IList<RecommendedElasticPoolMetric>) |
Initializes a new instance of the RecommendedElasticPoolInner class. |
RecommendedElasticPoolInner()
Initializes a new instance of the RecommendedElasticPoolInner class.
public RecommendedElasticPoolInner ();
Public Sub New ()
Applies to
RecommendedElasticPoolInner(String, String, String, ElasticPoolEdition, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Double>, Nullable<Double>, IList<DatabaseInner>, IList<RecommendedElasticPoolMetric>)
Initializes a new instance of the RecommendedElasticPoolInner class.
public RecommendedElasticPoolInner (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition databaseEdition = default, double? dtu = default, double? databaseDtuMin = default, double? databaseDtuMax = default, double? storageMB = default, DateTime? observationPeriodStart = default, DateTime? observationPeriodEnd = default, double? maxObservedDtu = default, double? maxObservedStorageMB = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseInner> databases = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedElasticPoolMetric> metrics = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedElasticPoolInner : string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<DateTime> * Nullable<DateTime> * Nullable<double> * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedElasticPoolMetric> -> Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedElasticPoolInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional databaseEdition As ElasticPoolEdition = Nothing, Optional dtu As Nullable(Of Double) = Nothing, Optional databaseDtuMin As Nullable(Of Double) = Nothing, Optional databaseDtuMax As Nullable(Of Double) = Nothing, Optional storageMB As Nullable(Of Double) = Nothing, Optional observationPeriodStart As Nullable(Of DateTime) = Nothing, Optional observationPeriodEnd As Nullable(Of DateTime) = Nothing, Optional maxObservedDtu As Nullable(Of Double) = Nothing, Optional maxObservedStorageMB As Nullable(Of Double) = Nothing, Optional databases As IList(Of DatabaseInner) = Nothing, Optional metrics As IList(Of RecommendedElasticPoolMetric) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- databaseEdition
- ElasticPoolEdition
The edition of the recommended elastic pool. The ElasticPoolEdition enumeration contains all the valid editions. Possible values include: 'Basic', 'Standard', 'Premium', 'GeneralPurpose', 'BusinessCritical'
- databases
- IList<DatabaseInner>
The list of databases in this pool. Expanded property
- metrics
- IList<RecommendedElasticPoolMetric>
The list of databases housed in the server. Expanded property
Applies to
Azure SDK for .NET