ComputeNodeInformation Class

Definition

Information about the Compute Node on which a Task ran.

public class ComputeNodeInformation
type ComputeNodeInformation = class
Public Class ComputeNodeInformation
Inheritance
ComputeNodeInformation

Constructors

ComputeNodeInformation()

Initializes a new instance of the ComputeNodeInformation class.

ComputeNodeInformation(String, String, String, String, String, String)

Initializes a new instance of the ComputeNodeInformation class.

Properties

AffinityId

Gets or sets an identifier for the Node on which the Task ran, which can be passed when adding a Task to request that the Task be scheduled on this Compute Node.

NodeId

Gets or sets the ID of the Compute Node on which the Task ran.

NodeUrl

Gets or sets the URL of the Compute Node on which the Task ran.

PoolId

Gets or sets the ID of the Pool on which the Task ran.

TaskRootDirectory

Gets or sets the root directory of the Task on the Compute Node.

TaskRootDirectoryUrl

Gets or sets the URL to the root directory of the Task on the Compute Node.

Applies to