LibrariesClient Interface

public interface LibrariesClient

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

Method Summary

Modifier and Type Method and Description
abstract LibraryResourceInner get(String resourceGroupName, String libraryName, String workspaceName)

Get library by name.

abstract Response<LibraryResourceInner> getWithResponse(String resourceGroupName, String libraryName, String workspaceName, Context context)

Get library by name.

Method Details

get

public abstract LibraryResourceInner get(String resourceGroupName, String libraryName, String workspaceName)

Get library by name.

Get library by name in a workspace.

Parameters:

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

Returns:

library by name in a workspace.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String libraryName, String workspaceName, Context context)

Get library by name.

Get library by name in a workspace.

Parameters:

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

Returns:

library by name in a workspace along with Response<T>.

Applies to