| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ElasticPoolPerDatabaseSettings |
ElasticPoolInner.perDatabaseSettings()
Get the perDatabaseSettings property: The per database settings for the elastic pool.
|
| Modifier and Type | Method and Description |
|---|---|
ElasticPoolInner |
ElasticPoolInner.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings)
Set the perDatabaseSettings property: The per database settings for the elastic pool.
|
| Modifier and Type | Method and Description |
|---|---|
ElasticPoolPerDatabaseSettings |
ElasticPoolUpdate.perDatabaseSettings()
Get the perDatabaseSettings property: The per database settings for the elastic pool.
|
ElasticPoolPerDatabaseSettings |
ElasticPoolPerDatabaseSettings.withMaxCapacity(Double maxCapacity)
Set the maxCapacity property: The maximum capacity any one database can consume.
|
ElasticPoolPerDatabaseSettings |
ElasticPoolPerDatabaseSettings.withMinCapacity(Double minCapacity)
Set the minCapacity property: The minimum capacity all databases are guaranteed.
|
| Modifier and Type | Method and Description |
|---|---|
ElasticPoolUpdate |
ElasticPoolUpdate.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings)
Set the perDatabaseSettings property: The per database settings for the elastic pool.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.