Dela via


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: WorkspaceFeatures_List
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

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

Applies to