NodeAgentInformation Constructors
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.
Overloads
NodeAgentInformation() |
Initializes a new instance of the NodeAgentInformation class. |
NodeAgentInformation(String, DateTime) |
Initializes a new instance of the NodeAgentInformation class. |
NodeAgentInformation()
- Source:
- NodeAgentInformation.cs
Initializes a new instance of the NodeAgentInformation class.
public NodeAgentInformation ();
Public Sub New ()
Applies to
NodeAgentInformation(String, DateTime)
- Source:
- NodeAgentInformation.cs
Initializes a new instance of the NodeAgentInformation class.
public NodeAgentInformation (string version, DateTime lastUpdateTime);
new Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation : string * DateTime -> Microsoft.Azure.Batch.Protocol.Models.NodeAgentInformation
Public Sub New (version As String, lastUpdateTime As DateTime)
Parameters
- version
- String
The version of the Batch Compute Node agent running on the Compute Node.
- lastUpdateTime
- DateTime
The time when the Compute Node agent was updated on the Compute Node.
Applies to
Azure SDK for .NET