Bagikan melalui


MachineLearningComputeCollection.GetAllAsync Method

Definition

Gets computes in specified workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes
  • Operation Id: Compute_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningComputeResource> GetAllAsync (string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningComputeResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningComputeResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningComputeResource)

Parameters

skip
String

Continuation token for pagination.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MachineLearningComputeResource that may take multiple service requests to iterate over.

Applies to