Notebooks Interface

public interface Notebooks

Resource collection API of Notebooks.

Method Summary

Modifier and Type Method and Description
abstract ListNotebookKeysResult listKeys(String resourceGroupName, String workspaceName)
abstract Response<ListNotebookKeysResult> listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)
abstract NotebookResourceInfo prepare(String resourceGroupName, String workspaceName)
abstract NotebookResourceInfo prepare(String resourceGroupName, String workspaceName, Context context)

Method Details

listKeys

public abstract ListNotebookKeysResult listKeys(String resourceGroupName, String workspaceName)

Parameters:

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

Returns:

the response.

listKeysWithResponse

public abstract Response listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)

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 response.

prepare

public abstract NotebookResourceInfo prepare(String resourceGroupName, String workspaceName)

Parameters:

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

Returns:

the response.

prepare

public abstract NotebookResourceInfo prepare(String resourceGroupName, String workspaceName, Context context)

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 response.

Applies to