Freigeben über


MachineLearninRegistryComponentVersionCollection.GetAll Methode

Definition

Listenversionen auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}/versions
  • Vorgangs-IdRegistryComponentVersions_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource> GetAll (string orderBy = default, int? top = default, string skip = default, string stage = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource>
override this.GetAll : string * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource>
Public Overridable Function GetAll (Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional stage As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearninRegistryComponentVersionResource)

Parameter

orderBy
String

Reihenfolge der Liste.

top
Nullable<Int32>

Maximale Anzahl von zurückzugebenden Datensätzen.

skip
String

Fortsetzungstoken für Paginierung.

stage
String

Komponentenphase.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von MachineLearninRegistryComponentVersionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: