VirtualMachineConfiguration.NodeAgentSKUId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET