次の方法で共有


MachineLearninRegistryComponentVersionCollection.GetAll Method

Definition

Overloads

GetAll(String, Nullable<Int32>, String, CancellationToken)

List versions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}/versions
  • Operation Id: RegistryComponentVersions_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearninRegistryComponentVersionResource
GetAll(String, Nullable<Int32>, String, String, CancellationToken)

List versions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}/versions
  • Operation Id: RegistryComponentVersions_List

GetAll(String, Nullable<Int32>, String, CancellationToken)

List versions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}/versions
  • Operation Id: RegistryComponentVersions_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearninRegistryComponentVersionResource
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource> GetAll (string orderBy = default, int? top = default, string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource>
override this.GetAll : string * Nullable<int> * 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 cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearninRegistryComponentVersionResource)

Parameters

orderBy
String

Ordering of list.

top
Nullable<Int32>

Maximum number of records to return.

skip
String

Continuation token for pagination.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to

GetAll(String, Nullable<Int32>, String, String, CancellationToken)

Source:
MachineLearninRegistryComponentVersionCollection.cs

List versions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}/versions
  • Operation Id: RegistryComponentVersions_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)

Parameters

orderBy
String

Ordering of list.

top
Nullable<Int32>

Maximum number of records to return.

skip
String

Continuation token for pagination.

stage
String

Component stage.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to