你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeNode.NodeAgentInfo 属性

定义

获取或设置有关计算节点代理版本以及计算节点升级到新版本的时间的信息。

[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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于