次の方法で共有


MachineLearningComputeResource.GetNodes(CancellationToken) メソッド

定義

コンピューティング内のすべてのコンピューティング ノードの詳細 (IP アドレス、ポートなど) を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listNodes
  • 操作IdCompute_ListNodes
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.Models.AmlComputeNodeInformation> GetNodes (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNodes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.Models.AmlComputeNodeInformation>
override this.GetNodes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.Models.AmlComputeNodeInformation>
Public Overridable Function GetNodes (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AmlComputeNodeInformation)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の AmlComputeNodeInformation サービス要求を受け取る可能性がある のコレクション。

適用対象