Uses of Class
com.azure.resourcemanager.elasticsan.models.ScaleUpProperties
Packages that use ScaleUpProperties
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of ScaleUpProperties in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return ScaleUpPropertiesModifier and TypeMethodDescriptionstatic ScaleUpPropertiesScaleUpProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScaleUpProperties from the JsonReader.AutoScaleProperties.scaleUpProperties()Get the scaleUpProperties property: Scale up settings on Elastic San Appliance.ScaleUpProperties.withAutoScalePolicyEnforcement(AutoScalePolicyEnforcement autoScalePolicyEnforcement) Set the autoScalePolicyEnforcement property: Enable or Disable scale up setting on Elastic San Appliance.ScaleUpProperties.withCapacityUnitScaleUpLimitTiB(Long capacityUnitScaleUpLimitTiB) Set the capacityUnitScaleUpLimitTiB property: Maximum scale up size on Elastic San appliance in TiB.ScaleUpProperties.withIncreaseCapacityUnitByTiB(Long increaseCapacityUnitByTiB) Set the increaseCapacityUnitByTiB property: Unit to increase Capacity Unit on Elastic San appliance in TiB.ScaleUpProperties.withUnusedSizeTiB(Long unusedSizeTiB) Set the unusedSizeTiB property: Unused size on Elastic San appliance in TiB.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type ScaleUpPropertiesModifier and TypeMethodDescriptionAutoScaleProperties.withScaleUpProperties(ScaleUpProperties scaleUpProperties) Set the scaleUpProperties property: Scale up settings on Elastic San Appliance.