BatchNodeAgentInfo Class
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.
The Batch Compute Node agent is a program that runs on each Compute Node in the Pool and provides Batch capability on the Compute Node.
public class BatchNodeAgentInfo : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchNodeAgentInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchNodeAgentInfo>
type BatchNodeAgentInfo = class
interface IJsonModel<BatchNodeAgentInfo>
interface IPersistableModel<BatchNodeAgentInfo>
Public Class BatchNodeAgentInfo
Implements IJsonModel(Of BatchNodeAgentInfo), IPersistableModel(Of BatchNodeAgentInfo)
- Inheritance
-
BatchNodeAgentInfo
- Implements
Properties
LastUpdateTime |
The time when the Compute Node agent was updated on the Compute Node. This is the most recent time that the Compute Node agent was updated to a new version. |
Version |
The version of the Batch Compute Node agent running on the Compute Node. This version number can be checked against the Compute Node agent release notes located at https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md. |
Explicit Interface Implementations
IJsonModel<BatchNodeAgentInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchNodeAgentInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchNodeAgentInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchNodeAgentInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchNodeAgentInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET