Libraries Interface
public interface Libraries
Resource collection API of Libraries.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Library |
get(String resourceGroupName, String libraryName, String workspaceName)
Get library by name. |
|
abstract
Response<Library |
getWithResponse(String resourceGroupName, String libraryName, String workspaceName, Context context)
Get library by name. |
Method Details
get
public abstract LibraryResource get(String resourceGroupName, String libraryName, String workspaceName)
Get library by name. Get library by name in a workspace.
Parameters:
Returns:
getWithResponse
public abstract Response<LibraryResource> getWithResponse(String resourceGroupName, String libraryName, String workspaceName, Context context)
Get library by name. Get library by name in a workspace.
Parameters:
Returns: