public final class ElasticPoolPerformanceLevelCapability extends Object
| Constructor and Description |
|---|
ElasticPoolPerformanceLevelCapability() |
| Modifier and Type | Method and Description |
|---|---|
MaxSizeCapability |
includedMaxSize()
Get the includedMaxSize property: The included (free) max size for this performance level.
|
Integer |
maxDatabaseCount()
Get the maxDatabaseCount property: The maximum number of databases supported.
|
PerformanceLevelCapability |
performanceLevel()
Get the performanceLevel property: The performance level for the pool.
|
String |
reason()
Get the reason property: The reason for the capability not being available.
|
Sku |
sku()
Get the sku property: The sku.
|
CapabilityStatus |
status()
Get the status property: The status of the capability.
|
List<LicenseTypeCapability> |
supportedLicenseTypes()
Get the supportedLicenseTypes property: List of supported license types.
|
List<MaxSizeRangeCapability> |
supportedMaxSizes()
Get the supportedMaxSizes property: The list of supported max sizes.
|
List<ElasticPoolPerDatabaseMaxPerformanceLevelCapability> |
supportedPerDatabaseMaxPerformanceLevels()
Get the supportedPerDatabaseMaxPerformanceLevels property: The list of supported per database max performance
levels.
|
List<MaxSizeRangeCapability> |
supportedPerDatabaseMaxSizes()
Get the supportedPerDatabaseMaxSizes property: The list of supported per database max sizes.
|
void |
validate()
Validates the instance.
|
ElasticPoolPerformanceLevelCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
Boolean |
zoneRedundant()
Get the zoneRedundant property: Whether or not zone redundancy is supported for the performance level.
|
public ElasticPoolPerformanceLevelCapability()
public PerformanceLevelCapability performanceLevel()
public Sku sku()
public List<LicenseTypeCapability> supportedLicenseTypes()
public Integer maxDatabaseCount()
public MaxSizeCapability includedMaxSize()
public List<MaxSizeRangeCapability> supportedMaxSizes()
public List<MaxSizeRangeCapability> supportedPerDatabaseMaxSizes()
public List<ElasticPoolPerDatabaseMaxPerformanceLevelCapability> supportedPerDatabaseMaxPerformanceLevels()
public Boolean zoneRedundant()
public CapabilityStatus status()
public String reason()
public ElasticPoolPerformanceLevelCapability withReason(String reason)
reason - the reason value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.