ElasticPoolDtuCapability 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.
The Elastic Pool DTU capability.
public class ElasticPoolDtuCapability
type ElasticPoolDtuCapability = class
Public Class ElasticPoolDtuCapability
- Inheritance
-
ElasticPoolDtuCapability
Constructors
ElasticPoolDtuCapability() |
Initializes a new instance of the ElasticPoolDtuCapability class. |
ElasticPoolDtuCapability(Nullable<Int64>, Nullable<Int64>, Nullable<CapabilityStatus>, IList<MaxSizeCapability>, MaxSizeCapability, IList<MaxSizeCapability>, IList<ElasticPoolPerDatabaseMaxDtuCapability>) |
Initializes a new instance of the ElasticPoolDtuCapability class. |
Properties
IncludedMaxSize |
Gets the included (free) max size for this service level objective. |
Limit |
Gets the maximum size of the database (see 'unit' for the units). |
MaxDatabaseCount |
Gets the maximum number of databases supported. |
Status |
Gets the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled' |
SupportedMaxSizes |
Gets the list of supported max sizes. |
SupportedPerDatabaseMaxDtus |
Gets the list of supported max database DTUs. |
SupportedPerDatabaseMaxSizes |
Gets the list of supported max database sizes. |