Bagikan melalui


CloudTask.NodeInfo Property

Definition

Gets or sets information about the Compute Node on which the Task ran.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to