共用方式為


NodeAgentInformation.Version Property

Definition

Gets or sets the version of the Batch Compute Node agent running on the Compute Node.

[Newtonsoft.Json.JsonProperty(PropertyName="version")]
public string Version { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="version")>]
member this.Version : string with get, set
Public Property Version As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This version number can be checked against the Compute Node agent release notes located at https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md.

Applies to