Bagikan melalui


ComputeNode.StartTaskInfo Property

Definition

Gets or sets runtime information about the execution of the StartTask on the Compute Node.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to