WorkspaceFeatures interface

Interface representing a WorkspaceFeatures.

Methods

list(string, string, WorkspaceFeaturesListOptionalParams)

Lists all enabled features for a workspace

Method Details

list(string, string, WorkspaceFeaturesListOptionalParams)

Lists all enabled features for a workspace

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceFeaturesListOptionalParams): PagedAsyncIterableIterator<AmlUserFeature, AmlUserFeature[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

options
WorkspaceFeaturesListOptionalParams

The options parameters.

Returns