NodeAgentSku Class

Definition

A node agent SKU supported by the Batch service. 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.

public class NodeAgentSku
Inheritance
NodeAgentSku

Properties

Id

Gets the id of the node agent SKU.

OSType

Gets the type of operating system compatible with the node agent SKU.

VerifiedImageReferences

Gets the list of images verified to be compatible with this node agent SKU. This collection is not exhaustive (the node agent may be compatible with other images).

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)