Sprog

MachineLearningFeatureCollection.GetAllAsync Method

Definition

Overloads

Name Description
GetAllAsync(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.

GetAllAsync(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
GetAllAsync(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.

GetAllAsync(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.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource> GetAllAsync(Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
override this.GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
Public Overridable Function GetAllAsync (options As MachineLearningFeatureCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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

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

Applies to

GetAllAsync(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.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource> GetAllAsync(string skip = default, string tags = default, string featureName = default, string description = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
override this.GetAllAsync : string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
Public Overridable Function GetAllAsync (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 AsyncPageable(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

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

Applies to

GetAllAsync(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.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource> GetAllAsync(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 GetAllAsync : string * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
override this.GetAllAsync : string * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
Public Overridable Function GetAllAsync (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 AsyncPageable(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