Uses of Class
com.azure.resourcemanager.sql.fluent.models.ElasticPoolUpdateProperties
Packages that use ElasticPoolUpdateProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of ElasticPoolUpdateProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ElasticPoolUpdatePropertiesModifier and TypeMethodDescriptionElasticPoolUpdateProperties.withHighAvailabilityReplicaCount(Integer highAvailabilityReplicaCount) Set the highAvailabilityReplicaCount property: The number of secondary replicas associated with the elastic pool that are used to provide high availability.ElasticPoolUpdateProperties.withLicenseType(ElasticPoolLicenseType licenseType) Set the licenseType property: The license type to apply for this elastic pool.ElasticPoolUpdateProperties.withMaintenanceConfigurationId(String maintenanceConfigurationId) Set the maintenanceConfigurationId property: Maintenance configuration id assigned to the elastic pool.ElasticPoolUpdateProperties.withMaxSizeBytes(Long maxSizeBytes) Set the maxSizeBytes property: The storage limit for the database elastic pool in bytes.ElasticPoolUpdateProperties.withMinCapacity(Double minCapacity) Set the minCapacity property: Minimal capacity that serverless pool will not shrink below, if not paused.ElasticPoolUpdateProperties.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings) Set the perDatabaseSettings property: The per database settings for the elastic pool.ElasticPoolUpdateProperties.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.