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

AmlComputeNodeInformation 类

定义

与 AmlCompute 相关的计算节点信息。

public class AmlComputeNodeInformation
type AmlComputeNodeInformation = class
Public Class AmlComputeNodeInformation
继承
AmlComputeNodeInformation

属性

NodeId

计算节点的 ID。

NodeState

计算节点的状态。 值是空闲、正在运行、正在准备、不可用、离开和抢占。

Port

节点的 SSH 端口号。

PrivateIPAddress

计算节点的专用 IP 地址。

PublicIPAddress

计算节点的公共 IP 地址。

RunId

节点上运行的试验的 ID(如果为 null)。

适用于