共用方式為


JobPreparationTaskExecutionInformation.State Property

Definition

Gets or sets the current state of the Job Preparation Task on the Compute Node.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'running', 'completed'

Applies to