次の方法で共有


MachineLearningComputeResource.GetNodesAsync(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象