Uses of Class
com.azure.resourcemanager.sql.fluent.models.RecommendedElasticPoolInner
-
Packages that use RecommendedElasticPoolInner 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.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of RecommendedElasticPoolInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return RecommendedElasticPoolInner Modifier and Type Method Description RecommendedElasticPoolInnerRecommendedElasticPoolsClient. get(String resourceGroupName, String serverName, String recommendedElasticPoolName)Gets a recommended elastic pool.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type RecommendedElasticPoolInner Modifier and Type Method Description Mono<RecommendedElasticPoolInner>RecommendedElasticPoolsClient. getAsync(String resourceGroupName, String serverName, String recommendedElasticPoolName)Gets a recommended elastic pool.com.azure.core.http.rest.Response<RecommendedElasticPoolInner>RecommendedElasticPoolsClient. getWithResponse(String resourceGroupName, String serverName, String recommendedElasticPoolName, com.azure.core.util.Context context)Gets a recommended elastic pool.Mono<com.azure.core.http.rest.Response<RecommendedElasticPoolInner>>RecommendedElasticPoolsClient. getWithResponseAsync(String resourceGroupName, String serverName, String recommendedElasticPoolName)Gets a recommended elastic pool.com.azure.core.http.rest.PagedIterable<RecommendedElasticPoolInner>RecommendedElasticPoolsClient. listByServer(String resourceGroupName, String serverName)Returns recommended elastic pools.com.azure.core.http.rest.PagedIterable<RecommendedElasticPoolInner>RecommendedElasticPoolsClient. listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context)Returns recommended elastic pools.com.azure.core.http.rest.PagedFlux<RecommendedElasticPoolInner>RecommendedElasticPoolsClient. listByServerAsync(String resourceGroupName, String serverName)Returns recommended elastic pools. -
Uses of RecommendedElasticPoolInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return RecommendedElasticPoolInner Modifier and Type Method Description RecommendedElasticPoolInnerRecommendedElasticPoolInner. withDatabaseDtuMax(Double databaseDtuMax)Set the databaseDtuMax property: The maximum DTU for the database.RecommendedElasticPoolInnerRecommendedElasticPoolInner. withDatabaseDtuMin(Double databaseDtuMin)Set the databaseDtuMin property: The minimum DTU for the database.RecommendedElasticPoolInnerRecommendedElasticPoolInner. withDtu(Double dtu)Set the dtu property: The DTU for the recommended elastic pool.RecommendedElasticPoolInnerRecommendedElasticPoolInner. withStorageMB(Double storageMB)Set the storageMB property: Gets storage size in megabytes. -
Uses of RecommendedElasticPoolInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type RecommendedElasticPoolInner Modifier and Type Method Description List<RecommendedElasticPoolInner>RecommendedElasticPoolListResult. value()Get the value property: The list of recommended elastic pools hosted in the server.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type RecommendedElasticPoolInner Modifier and Type Method Description RecommendedElasticPoolListResultRecommendedElasticPoolListResult. withValue(List<RecommendedElasticPoolInner> value)Set the value property: The list of recommended elastic pools hosted in the server.
-