LibrariesOperations Interface

public interface LibrariesOperations

Resource collection API of LibrariesOperations.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<LibraryResource> listByWorkspace(String resourceGroupName, String workspaceName)

List the libraries in a workspace.

abstract PagedIterable<LibraryResource> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

List the libraries in a workspace.

Method Details

listByWorkspace

public abstract PagedIterable<LibraryResource> listByWorkspace(String resourceGroupName, String workspaceName)

List the libraries in a workspace. List libraries in a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.

Returns:

a list of Library resources as paginated response with PagedIterable<T>.

listByWorkspace

public abstract PagedIterable<LibraryResource> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

List the libraries in a workspace. List libraries in a workspace.

Parameters:

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

Returns:

a list of Library resources as paginated response with PagedIterable<T>.

Applies to