Condividi tramite


VirtualMachineConfiguration.NodeAgentSKUId Property

Definition

Gets or sets the SKU of the Batch Compute 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 Compute Node agent is a program that runs on each Compute Node in the Pool, and provides the command-and-control interface between the Compute Node and the Batch service. There are different implementations of the Compute Node agent, known as SKUs, for different operating systems. You must specify a Compute Node agent SKU which matches the selected Image reference. To get the list of supported Compute Node agent SKUs along with their list of verified Image references, see the 'List supported Compute Node agent SKUs' operation.

Applies to