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

VirtualMachineConfiguration.NodeAgentSkuId Property

Definition

Gets or sets the SKU of Batch Node Agent to be provisioned on the compute node.

public string NodeAgentSkuId { get; set; }
member this.NodeAgentSkuId : string with get, set
Public Property NodeAgentSkuId As String

Property Value

Remarks

The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems.

Applies to