Uses of Class
com.azure.resourcemanager.sql.models.ElasticPoolUpdate
Packages that use ElasticPoolUpdate
Package
Description
Package containing the service clients for SqlManagementClient.
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 ElasticPoolUpdateModifier and TypeMethodDescriptioncom.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.ElasticPoolsClient.update(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters) Updates an elastic pool.ElasticPoolsClient.update(String resourceGroupName, String serverName, String elasticPoolName, ElasticPoolUpdate parameters, com.azure.core.util.Context context) Updates an elastic pool.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 ElasticPoolUpdateModifier and TypeMethodDescriptionstatic ElasticPoolUpdateElasticPoolUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ElasticPoolUpdate from the JsonReader.ElasticPoolUpdate.withHighAvailabilityReplicaCount(Integer highAvailabilityReplicaCount) Set the highAvailabilityReplicaCount property: The number of secondary replicas associated with the elastic pool that are used to provide high availability.ElasticPoolUpdate.withLicenseType(ElasticPoolLicenseType licenseType) Set the licenseType property: The license type to apply for this elastic pool.ElasticPoolUpdate.withMaintenanceConfigurationId(String maintenanceConfigurationId) Set the maintenanceConfigurationId property: Maintenance configuration id assigned to the elastic pool.ElasticPoolUpdate.withMaxSizeBytes(Long maxSizeBytes) Set the maxSizeBytes property: The storage limit for the database elastic pool in bytes.ElasticPoolUpdate.withMinCapacity(Double minCapacity) Set the minCapacity property: Minimal capacity that serverless pool will not shrink below, if not paused.ElasticPoolUpdate.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings) Set the perDatabaseSettings property: The per database settings for the elastic pool.Set the sku property: An ARM Resource SKU.Set the tags property: Resource tags.ElasticPoolUpdate.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.