AutoPoolSpecification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies characteristics for a temporary 'auto pool'. The Batch service will create this auto pool, run all the tasks for the job on it, and by default delete the pool once the job has completed.
public class AutoPoolSpecification
type AutoPoolSpecification = class
Public Class AutoPoolSpecification
- Inheritance
-
AutoPoolSpecification
Constructors
AutoPoolSpecification() |
Initializes a new instance of the AutoPoolSpecification class. |
Properties
AutoPoolIdPrefix |
Gets or sets a prefix to be added to the unique identifier when a pool is automatically created. |
KeepAlive |
Gets or sets whether to keep the auto pool alive after its PoolLifetimeOption expires. |
PoolLifetimeOption |
Gets or sets the minimum lifetime of created auto pools, and how multiple jobs on a schedule are assigned to pools. |
PoolSpecification |
Gets or sets the pool specification for the auto pool. |
Applies to
Azure SDK for .NET