Freigeben über


MachineLearninRegistryComponentContainerCollection.GetAllAsync Methode

Definition

Auflisten von Containern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components
  • Vorgang IdRegistryComponentContainers_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource> GetAllAsync (string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearninRegistryComponentContainerResource)

Parameter

skip
String

Fortsetzungstoken für Paginierung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der MachineLearninRegistryComponentContainerResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: