Uses of Class
com.azure.resourcemanager.sql.models.ElasticPoolUpdate
-
Packages that use ElasticPoolUpdate Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of ElasticPoolUpdate in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type ElasticPoolUpdate Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ElasticPoolInner>,ElasticPoolInner>ElasticPoolsClient. beginUpdate(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters)Updates an elastic pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ElasticPoolInner>,ElasticPoolInner>ElasticPoolsClient. beginUpdate(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters, com.azure.core.util.Context context)Updates an elastic pool.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ElasticPoolInner>,ElasticPoolInner>ElasticPoolsClient. beginUpdateAsync(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters)Updates an elastic pool.ElasticPoolInnerElasticPoolsClient. update(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters)Updates an elastic pool.ElasticPoolInnerElasticPoolsClient. update(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters, com.azure.core.util.Context context)Updates an elastic pool.Mono<ElasticPoolInner>ElasticPoolsClient. updateAsync(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters)Updates an elastic pool.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ElasticPoolsClient. updateWithResponseAsync(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters)Updates an elastic pool. -
Uses of ElasticPoolUpdate in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ElasticPoolUpdate Modifier and Type Method Description ElasticPoolUpdateElasticPoolUpdate. withLicenseType(ElasticPoolLicenseType licenseType)Set the licenseType property: The license type to apply for this elastic pool.ElasticPoolUpdateElasticPoolUpdate. withMaxSizeBytes(Long maxSizeBytes)Set the maxSizeBytes property: The storage limit for the database elastic pool in bytes.ElasticPoolUpdateElasticPoolUpdate. withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings)Set the perDatabaseSettings property: The per database settings for the elastic pool.ElasticPoolUpdateElasticPoolUpdate. withSku(Sku sku)Set the sku property: An ARM Resource SKU.ElasticPoolUpdateElasticPoolUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.ElasticPoolUpdateElasticPoolUpdate. withZoneRedundant(Boolean zoneRedundant)Set the zoneRedundant property: Whether or not this elastic pool is zone redundant, which means the replicas of this elastic pool will be spread across multiple availability zones.
-