Compartir a través de


CloudJobSchedule.State Propiedad

Definición

Obtiene o establece el estado actual de la programación de trabajos.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: 'active', 'completed', 'disabled', 'terminating', 'eliminar'

Se aplica a