Bagikan melalui


MachineLearningComputeResource.GetNodes(CancellationToken) Method

Definition

Get the details (e.g IP address, port etc) of all the compute nodes in the compute.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listNodes
  • Operation Id: Compute_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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AmlComputeNodeInformation that may take multiple service requests to iterate over.

Applies to