Uses of Class
com.azure.compute.batch.models.BatchPoolLifetimeOption
Packages that use BatchPoolLifetimeOption
-
Uses of BatchPoolLifetimeOption in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchPoolLifetimeOptionModifier and TypeFieldDescriptionstatic final BatchPoolLifetimeOption
BatchPoolLifetimeOption.JOB
The Pool exists for the lifetime of the Job to which it is dedicated.static final BatchPoolLifetimeOption
BatchPoolLifetimeOption.JOB_SCHEDULE
The Pool exists for the lifetime of the Job Schedule.Methods in com.azure.compute.batch.models that return BatchPoolLifetimeOptionModifier and TypeMethodDescriptionstatic BatchPoolLifetimeOption
BatchPoolLifetimeOption.fromString
(String name) Creates or finds a BatchPoolLifetimeOption from its string representation.BatchAutoPoolSpecification.getPoolLifetimeOption()
Get the poolLifetimeOption property: The minimum lifetime of created auto Pools, and how multiple Jobs on a schedule are assigned to Pools.Methods in com.azure.compute.batch.models that return types with arguments of type BatchPoolLifetimeOptionModifier and TypeMethodDescriptionstatic Collection
<BatchPoolLifetimeOption> BatchPoolLifetimeOption.values()
Gets known BatchPoolLifetimeOption values.Constructors in com.azure.compute.batch.models with parameters of type BatchPoolLifetimeOptionModifierConstructorDescriptionBatchAutoPoolSpecification
(BatchPoolLifetimeOption poolLifetimeOption) Creates an instance of BatchAutoPoolSpecification class.