BatchAutoPoolSpecification.KeepAlive Property

Definition

Whether to keep an auto Pool alive after its lifetime expires. If false, the Batch service deletes the Pool once its lifetime (as determined by the poolLifetimeOption setting) expires; that is, when the Job or Job Schedule completes. If true, the Batch service does not delete the Pool automatically. It is up to the user to delete auto Pools created with this option.

public bool? KeepAlive { get; set; }
member this.KeepAlive : Nullable<bool> with get, set
Public Property KeepAlive As Nullable(Of Boolean)

Property Value

Applies to