NodeAgentInformation 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.
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
Azure SDK for .NET