Freigeben über


MachineLearningDataContainerCollection.GetAllAsync Methode

Definition

Auflisten von Datencontainern.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data
  • Vorgang IdDataContainers_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningDataContainerResource> GetAllAsync (string skip = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningDataContainerResource>
override this.GetAllAsync : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningDataContainerResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningDataContainerResource)

Parameter

skip
String

Fortsetzungstoken für Paginierung.

listViewType
Nullable<MachineLearningListViewType>

Ansichtstyp für das Einschließen/Ausschließen von archivierten Entitäten (z. B.).

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: