ภาษา

MachineLearningWorkspaceResource.GetWorkspaceFeaturesAsync Method

Definition

Lists all enabled features for a workspace

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/features.
  • Operation Id. : Workspaces_List.
  • Default Api Version. : 2026-07-01.
  • Resource. : MachineLearningWorkspaceResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature> GetWorkspaceFeaturesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkspaceFeaturesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature>
override this.GetWorkspaceFeaturesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature>
Public Overridable Function GetWorkspaceFeaturesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningUserFeature)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to