Bagikan melalui


VirtualMachineConfiguration.NodeAgentSkuId Property

Definition

Gets or sets the SKU of the Batch node agent to be provisioned on compute nodes in the pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

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. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.

Applies to