Share via


AutoPoolSpecification.PoolLifetimeOption Property

Definition

Gets or sets the minimum lifetime of created auto Pools, and how multiple Jobs on a schedule are assigned to Pools.

[Newtonsoft.Json.JsonProperty(PropertyName="poolLifetimeOption")]
public Microsoft.Azure.Batch.Protocol.Models.PoolLifetimeOption PoolLifetimeOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="poolLifetimeOption")>]
member this.PoolLifetimeOption : Microsoft.Azure.Batch.Protocol.Models.PoolLifetimeOption with get, set
Public Property PoolLifetimeOption As PoolLifetimeOption

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'jobSchedule', 'job'

Applies to