Freigeben über


MachineLearningRegistryCodeContainerCollection.GetAllAsync Methode

Definition

Auflisten von Containern.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/codes
  • Vorgangs-IdRegistryCodeContainers_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource> GetAllAsync (string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryCodeContainerResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningRegistryCodeContainerResource)

Parameter

skip
String

Fortsetzungstoken für Paginierung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von MachineLearningRegistryCodeContainerResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: