Compartir a través de


AutoPoolSpecification.PoolLifetimeOption Propiedad

Definición

Obtiene o establece la duración mínima de los grupos automáticos creados y cómo se asignan varios trabajos según una programación a grupos.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: "jobSchedule", "job"

Se aplica a