LibrariesOperationsClient Interface

public interface LibrariesOperationsClient

An instance of this class provides access to all the operations defined in LibrariesOperationsClient.

Method Summary

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

List the libraries in a workspace.

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

List the libraries in a workspace.

Method Details

listByWorkspace

public abstract PagedIterable 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 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