Share via


MockableMachineLearningSubscriptionResource.GetMachineLearningRegistries Method

Definition

List registries by subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/registries
  • Operation Id: Registries_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource> GetMachineLearningRegistries (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningRegistries : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>
override this.GetMachineLearningRegistries : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryResource>
Public Overridable Function GetMachineLearningRegistries (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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