Share via


ComputeNodeInformation interface

An interface representing ComputeNodeInformation.

Properties

affinityId

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

The ID of the Compute Node on which the Task ran.

nodeUrl

The URL of the Compute Node on which the Task ran. .

poolId

The ID of the Pool on which the Task ran.

taskRootDirectory

The root directory of the Task on the Compute Node.

taskRootDirectoryUrl

The URL to the root directory of the Task on the Compute Node.

Property Details

affinityId

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.

affinityId?: string

Property Value

string

nodeId

The ID of the Compute Node on which the Task ran.

nodeId?: string

Property Value

string

nodeUrl

The URL of the Compute Node on which the Task ran. .

nodeUrl?: string

Property Value

string

poolId

The ID of the Pool on which the Task ran.

poolId?: string

Property Value

string

taskRootDirectory

The root directory of the Task on the Compute Node.

taskRootDirectory?: string

Property Value

string

taskRootDirectoryUrl

The URL to the root directory of the Task on the Compute Node.

taskRootDirectoryUrl?: string

Property Value

string