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