public final class ElasticPoolPerDatabaseSettings extends Object
| Constructor and Description |
|---|
ElasticPoolPerDatabaseSettings() |
| Modifier and Type | Method and Description |
|---|---|
Double |
maxCapacity()
Get the maxCapacity property: The maximum capacity any one database can consume.
|
Double |
minCapacity()
Get the minCapacity property: The minimum capacity all databases are guaranteed.
|
void |
validate()
Validates the instance.
|
ElasticPoolPerDatabaseSettings |
withMaxCapacity(Double maxCapacity)
Set the maxCapacity property: The maximum capacity any one database can consume.
|
ElasticPoolPerDatabaseSettings |
withMinCapacity(Double minCapacity)
Set the minCapacity property: The minimum capacity all databases are guaranteed.
|
public Double minCapacity()
public ElasticPoolPerDatabaseSettings withMinCapacity(Double minCapacity)
minCapacity - the minCapacity value to set.public Double maxCapacity()
public ElasticPoolPerDatabaseSettings withMaxCapacity(Double maxCapacity)
maxCapacity - the maxCapacity value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.