WorkspaceFeatures Interface

public interface WorkspaceFeatures

Resource collection API of WorkspaceFeatures.

Method Summary

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

Lists all enabled features for a workspace.

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

Lists all enabled features for a workspace.

Method Details

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName)

Lists all enabled features for a workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.

Returns:

the List Aml user feature operation response.

list

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

Lists all enabled features for a workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.
context - The context to associate with this operation.

Returns:

the List Aml user feature operation response.

Applies to