Lingua

MachineLearningRegistryCollection.GetAllAsync(CancellationToken) Method

Definition

List registries

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries.
  • Operation Id. : Registries_List.
  • Default Api Version. : 2026-07-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningRegistryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to