次の方法で共有


AmlComputeNodeInformation クラス

定義

AmlCompute に関連するコンピューティング ノード情報。

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

プロパティ

NodeId

コンピューティング ノードの ID。

NodeState

コンピューティング ノードの状態。 値はアイドル状態、実行中、準備中、使用不可、終了、割り込み済みです。

Port

ノードの SSH ポート番号。

PrivateIPAddress

コンピューティング ノードのプライベート IP アドレス。

PublicIPAddress

コンピューティング ノードのパブリック IP アドレス。

RunId

ノードで実行されている実験の ID (それ以外の場合は null)。

適用対象