Freigeben über


JobReleaseTaskExecutionInformation.State Eigenschaft

Definition

Ruft den aktuellen Status des Auftragsfreigabetasks auf dem Computeknoten ab oder legt diese fest.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Mögliche Werte: "running", "completed"

Gilt für: