WorkspaceFeaturesClient Interface

public interface WorkspaceFeaturesClient

An instance of this class provides access to all the operations defined in WorkspaceFeaturesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<AmlUserFeatureInner> list(String resourceGroupName, String workspaceName)

Lists all enabled features for a workspace.

abstract PagedIterable<AmlUserFeatureInner> list(String resourceGroupName, String workspaceName, Context context)

Lists all enabled features for a workspace.

Method Details

list

public abstract PagedIterable<AmlUserFeatureInner> list(String resourceGroupName, String workspaceName)

Lists all enabled features for a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - Name of Azure Machine Learning workspace.

Returns:

the List Aml user feature operation response as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AmlUserFeatureInner> list(String resourceGroupName, String workspaceName, Context context)

Lists all enabled features for a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - Name of Azure Machine Learning workspace.
context - The context to associate with this operation.

Returns:

the List Aml user feature operation response as paginated response with PagedIterable<T>.

Applies to