NodeAgentInformation Class

Definition

Information about the Compute Node agent.

public class NodeAgentInformation
type NodeAgentInformation = class
Public Class NodeAgentInformation
Inheritance
NodeAgentInformation

Remarks

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.

Constructors

NodeAgentInformation()

Initializes a new instance of the NodeAgentInformation class.

NodeAgentInformation(String, DateTime)

Initializes a new instance of the NodeAgentInformation class.

Properties

LastUpdateTime

Gets or sets the time when the Compute Node agent was updated on the Compute Node.

Version

Gets or sets the version of the Batch Compute Node agent running on the Compute Node.

Applies to