Freigeben über


MachineLearningEnvironmentContainerCollection.GetAll Methode

Definition

Auflisten von Umgebungscontainern.

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

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 Sammlung von, bei der MachineLearningEnvironmentContainerResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: