Freigeben über


MachineLearningCodeContainerCollection.GetAllAsync Methode

Definition

Auflisten von Containern.

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

Parameter

skip
String

Fortsetzungstoken für Paginierung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: