ComputeNodeInformation Class
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.
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. |