Uses of Class
com.azure.compute.batch.models.BatchPoolEnableAutoScaleContent
Packages that use BatchPoolEnableAutoScaleContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchPoolEnableAutoScaleContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchPoolEnableAutoScaleContentModifier and TypeMethodDescriptionBatchAsyncClient.enablePoolAutoScale
(String poolId, BatchPoolEnableAutoScaleContent content) Enables automatic scaling for a Pool.BatchAsyncClient.enablePoolAutoScale
(String poolId, BatchPoolEnableAutoScaleContent content, EnableBatchPoolAutoScaleOptions options, com.azure.core.http.RequestConditions requestConditions) Enables automatic scaling for a Pool.void
BatchClient.enablePoolAutoScale
(String poolId, BatchPoolEnableAutoScaleContent content) Enables automatic scaling for a Pool.void
BatchClient.enablePoolAutoScale
(String poolId, BatchPoolEnableAutoScaleContent content, EnableBatchPoolAutoScaleOptions options, com.azure.core.http.RequestConditions requestConditions) Enables automatic scaling for a Pool. -
Uses of BatchPoolEnableAutoScaleContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolEnableAutoScaleContentModifier and TypeMethodDescriptionBatchPoolEnableAutoScaleContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchPoolEnableAutoScaleContent from the JsonReader.BatchPoolEnableAutoScaleContent.setAutoScaleEvaluationInterval
(Duration autoScaleEvaluationInterval) Set the autoScaleEvaluationInterval property: The time interval at which to automatically adjust the Pool size according to the autoscale formula.BatchPoolEnableAutoScaleContent.setAutoScaleFormula
(String autoScaleFormula) Set the autoScaleFormula property: The formula for the desired number of Compute Nodes in the Pool.