Bagikan melalui


ComputeNode.NodeAgentInfo Property

Definition

Gets or sets information about the Compute Node agent version and the time the Compute Node upgraded to a new version.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to