Dela via


MachineLearningWorkspaceResource.GetWorkspaceFeatures 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.Pageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature> GetWorkspaceFeatures (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkspaceFeatures : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature>
override this.GetWorkspaceFeatures : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature>
Public Overridable Function GetWorkspaceFeatures (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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