| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendedElasticPoolInner |
RecommendedElasticPoolsClient.get(String resourceGroupName,
String serverName,
String recommendedElasticPoolName)
Gets a recommended elastic pool.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendedElasticPoolInner |
RecommendedElasticPoolInner.withDatabaseDtuMax(Double databaseDtuMax)
Set the databaseDtuMax property: The maximum DTU for the database.
|
RecommendedElasticPoolInner |
RecommendedElasticPoolInner.withDatabaseDtuMin(Double databaseDtuMin)
Set the databaseDtuMin property: The minimum DTU for the database.
|
RecommendedElasticPoolInner |
RecommendedElasticPoolInner.withDtu(Double dtu)
Set the dtu property: The DTU for the recommended elastic pool.
|
RecommendedElasticPoolInner |
RecommendedElasticPoolInner.withStorageMB(Double storageMB)
Set the storageMB property: Gets storage size in megabytes.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.