ElasticPoolPerDatabaseMaxDtuCapability 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 max per-database DTU capability.
public class ElasticPoolPerDatabaseMaxDtuCapability
type ElasticPoolPerDatabaseMaxDtuCapability = class
Public Class ElasticPoolPerDatabaseMaxDtuCapability
- Inheritance
-
ElasticPoolPerDatabaseMaxDtuCapability
Constructors
ElasticPoolPerDatabaseMaxDtuCapability() |
Initializes a new instance of the ElasticPoolPerDatabaseMaxDtuCapability class. |
ElasticPoolPerDatabaseMaxDtuCapability(Nullable<Int64>, Nullable<CapabilityStatus>, IList<ElasticPoolPerDatabaseMinDtuCapability>) |
Initializes a new instance of the ElasticPoolPerDatabaseMaxDtuCapability class. |
Properties
Limit |
Gets the maximum DTUs per database. |
Status |
Gets the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled' |
SupportedPerDatabaseMinDtus |
Gets the list of supported min database DTUs. |
Applies to
Azure SDK for .NET