你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeNodeInformation Class

Definition

The compute node information class.

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

Properties

Name Description
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