MachineLearningRegistryDataVersionCollection.GetAll Method

Definition

List data versions in the data container

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/data/{name}/versions
  • Operation Id: RegistryDataVersions_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource> GetAll (string orderBy = default, int? top = default, string skip = default, string tags = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource>
override this.GetAll : string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource>
Public Overridable Function GetAll (Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional tags As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningRegistryDataVersionResource)

Parameters

orderBy
String

Please choose OrderBy value from ['createdtime', 'modifiedtime'].

top
Nullable<Int32>

Top count of results, top count cannot be greater than the page size. If topCount > page size, results with be default page size count will be returned

skip
String

Continuation token for pagination.

tags
String

Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2.

listViewType
Nullable<MachineLearningListViewType>

[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of MachineLearningRegistryDataVersionResource that may take multiple service requests to iterate over.

Applies to