Interface WorkspaceFeaturesClient
public interface WorkspaceFeaturesClient
An instance of this class provides access to all the operations defined in WorkspaceFeaturesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AmlUserFeatureInner>Lists all enabled features for a workspace.com.azure.core.http.rest.PagedIterable<AmlUserFeatureInner>Lists all enabled features for a workspace.
-
Method Details
-
list
com.azure.core.http.rest.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<AmlUserFeatureInner> list(String resourceGroupName, String workspaceName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-