共用方式為


NodeAgentInformation Constructors

Definition

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