Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeAgentSku

Package version

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.

summary

A node agent SKU supported by the Batch service.

Hierarchy

  • NodeAgentSku

Index

Properties

Optional id

id: undefined | string

The ID of the node agent SKU.

Optional osType

osType: OSType

The type of operating system (e.g. Windows or Linux) compatible with the node agent SKU. Possible values include: 'linux', 'windows'

Optional verifiedImageReferences

verifiedImageReferences: ImageReference[]

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

Generated using TypeDoc