AutoPoolSpecification.PoolLifetimeOption 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.
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'