NodeAgentSku Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. NodeAgentSku
- com.
public class NodeAgentSku
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.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id value. |
OSType |
osType()
Get possible values include: 'linux', 'windows'. |
List<Image |
verifiedImageReferences()
Get this collection is not exhaustive (the node agent may be compatible with other images). |
Node |
withId(String id)
Set the id value. |
Node |
withOsType(OSType osType)
Set possible values include: 'linux', 'windows'. |
Node |
withVerifiedImageReferences(List<ImageReference> verifiedImageReferences)
Set this collection is not exhaustive (the node agent may be compatible with other images). |
Method Details
id
public String id()
Get the id value.
Returns:
osType
public OSType osType()
Get possible values include: 'linux', 'windows'.
Returns:
verifiedImageReferences
public List
Get this collection is not exhaustive (the node agent may be compatible with other images).
Returns:
withId
public NodeAgentSku withId(String id)
Set the id value.
Parameters:
Returns:
withOsType
public NodeAgentSku withOsType(OSType osType)
Set possible values include: 'linux', 'windows'.
Parameters:
Returns:
withVerifiedImageReferences
public NodeAgentSku withVerifiedImageReferences(List
Set this collection is not exhaustive (the node agent may be compatible with other images).
Parameters:
Returns:
Applies to
Azure SDK for Java