Share via


MockableMachineLearningSubscriptionResource.GetMachineLearningRegistriesAsync Method

Definition

List registries by subscription

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to