Lingua

MachineLearningFeatureCollection.GetAll Method

Definition

Overloads

Name Description
GetAll(MachineLearningFeatureCollectionGetAllOptions, CancellationToken)

List Features.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features.
  • Operation Id. : Features_List.
  • Default Api Version. : 2026-03-15-preview.

GetAll(String, String, String, String, CancellationToken)

List Features.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features
  • Operation Id: Features_List
GetAll(String, String, String, String, Nullable<MachineLearningListViewType>, Nullable<Int32>, CancellationToken)

List Features.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features.
  • Operation Id. : Features_List.
  • Default Api Version. : 2026-07-01.

GetAll(MachineLearningFeatureCollectionGetAllOptions, CancellationToken)

Source:
MachineLearningFeatureCollection.cs

List Features.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features.
  • Operation Id. : Features_List.
  • Default Api Version. : 2026-03-15-preview.

public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource> GetAll(Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
override this.GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
Public Overridable Function GetAll (options As MachineLearningFeatureCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningFeatureResource)

Parameters

options
MachineLearningFeatureCollectionGetAllOptions

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 MachineLearningFeatureResource that may take multiple service requests to iterate over.

Applies to

GetAll(String, String, String, String, CancellationToken)

Source:
MachineLearningFeatureCollection.cs

List Features.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features
  • Operation Id: Features_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource> GetAll(string skip = default, string tags = default, string featureName = default, string description = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
override this.GetAll : string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
Public Overridable Function GetAll (Optional skip As String = Nothing, Optional tags As String = Nothing, Optional featureName As String = Nothing, Optional description As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningFeatureResource)

Parameters

skip
String

Continuation token for pagination.

tags
String

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

featureName
String

feature name.

description
String

Description of the featureset.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to

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

Source:
MachineLearningFeatureCollection.cs

List Features.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features.
  • Operation Id. : Features_List.
  • Default Api Version. : 2026-07-01.
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource> GetAll(string skip = default, string tags = default, string featureName = default, string description = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, int? pageSize = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
override this.GetAll : string * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
Public Overridable Function GetAll (Optional skip As String = Nothing, Optional tags As String = Nothing, Optional featureName As String = Nothing, Optional description As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional pageSize As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningFeatureResource)

Parameters

skip
String

Continuation token for pagination.

tags
String

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

featureName
String

feature name.

description
String

Description of the featureset.

listViewType
Nullable<MachineLearningListViewType>

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

pageSize
Nullable<Int32>

Page size.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to