MachineLearningRegistryModelVersionCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetAll(MachineLearningRegistryModelVersionCollectionGetAllOptions, CancellationToken) |
List versions.
|
| GetAll(String, String, Nullable<Int32>, String, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken) |
List versions.
|
GetAll(MachineLearningRegistryModelVersionCollectionGetAllOptions, CancellationToken)
List versions.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions.
- Operation Id. : ModelVersions_List.
- Default Api Version. : 2026-03-15-preview.
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource> GetAll(Azure.ResourceManager.MachineLearning.Models.MachineLearningRegistryModelVersionCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningRegistryModelVersionCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource>
override this.GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningRegistryModelVersionCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource>
Public Overridable Function GetAll (options As MachineLearningRegistryModelVersionCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningRegistryModelVersionResource)
Parameters
A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MachineLearningRegistryModelVersionResource that may take multiple service requests to iterate over.
Applies to
GetAll(String, String, Nullable<Int32>, String, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken)
List versions.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions.
- Operation Id. : ModelVersions_List.
- Default Api Version. : 2026-07-01.
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource> GetAll(string skip = default, string orderBy = default, int? top = default, string version = default, string description = default, string tags = default, string properties = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * Nullable<int> * string * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource>
override this.GetAll : string * string * Nullable<int> * string * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource>
Public Overridable Function GetAll (Optional skip As String = Nothing, Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional version As String = Nothing, Optional description As String = Nothing, Optional tags As String = Nothing, Optional properties As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningRegistryModelVersionResource)
Parameters
- skip
- String
Continuation token for pagination.
- orderBy
- String
Ordering of list.
- version
- String
Version identifier.
- description
- String
Model description.
- tags
- String
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2.
- properties
- String
Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2.
- listViewType
- Nullable<MachineLearningListViewType>
View type for including/excluding (for example) archived entities.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MachineLearningRegistryModelVersionResource that may take multiple service requests to iterate over.