Uses of Class
com.azure.compute.batch.models.BatchAutoPoolSpecification
Packages that use BatchAutoPoolSpecification
-
Uses of BatchAutoPoolSpecification in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchAutoPoolSpecificationModifier and TypeMethodDescriptionstatic BatchAutoPoolSpecification
BatchAutoPoolSpecification.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchAutoPoolSpecification from the JsonReader.BatchPoolInfo.getAutoPoolSpecification()
Get the autoPoolSpecification property: Characteristics for a temporary 'auto pool'.BatchAutoPoolSpecification.setAutoPoolIdPrefix
(String autoPoolIdPrefix) Set the autoPoolIdPrefix property: A prefix to be added to the unique identifier when a Pool is automatically created.BatchAutoPoolSpecification.setKeepAlive
(Boolean keepAlive) Set the keepAlive property: Whether to keep an auto Pool alive after its lifetime expires.BatchAutoPoolSpecification.setPool
(BatchPoolSpecification pool) Set the pool property: The Pool specification for the auto Pool.Methods in com.azure.compute.batch.models with parameters of type BatchAutoPoolSpecificationModifier and TypeMethodDescriptionBatchPoolInfo.setAutoPoolSpecification
(BatchAutoPoolSpecification autoPoolSpecification) Set the autoPoolSpecification property: Characteristics for a temporary 'auto pool'.