ComputeNodeInformation Class

Definition

The compute node information class.

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

Properties

AffinityId

Gets an opaque string that contains information about the location of the compute node.

ComputeNodeId

Gets the compute node id.

ComputeNodeUrl

Gets the URL of the compute node.

PoolId

Gets the pool id.

TaskRootDirectory

Gets the root directory of the current task on the compute node. You can use this path to retrieve files created by the task such as log files.

TaskRootDirectoryUrl

Gets the URL to the root directory of the current task on the compute node.

Applies to