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 when the Job is submitted.
public class AutoPoolSpecification
type AutoPoolSpecification = class
Public Class AutoPoolSpecification
- Inheritance
-
AutoPoolSpecification
Constructors
AutoPoolSpecification() |
Initializes a new instance of the AutoPoolSpecification class. |
AutoPoolSpecification(PoolLifetimeOption, String, Nullable<Boolean>, PoolSpecification) |
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 an auto Pool alive after its lifetime expires. |
Pool |
Gets or sets the Pool specification for the auto Pool. |
PoolLifetimeOption |
Gets or sets the minimum lifetime of created auto Pools, and how multiple Jobs on a schedule are assigned to Pools. |