BatchAutoPoolSpecification.KeepAlive Property
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.
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
Azure SDK for .NET