Interface WorkspaceFeatures


  • public interface WorkspaceFeatures
    Resource collection API of WorkspaceFeatures.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<AmlUserFeature> 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<AmlUserFeature> 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.