Library interface

Interface representing a Library.

Methods

get(string, string, string, LibraryGetOptionalParams)

Get library by name in a workspace.

Method Details

get(string, string, string, LibraryGetOptionalParams)

Get library by name in a workspace.

function get(resourceGroupName: string, libraryName: string, workspaceName: string, options?: LibraryGetOptionalParams): Promise<LibraryResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

libraryName

string

Library name

workspaceName

string

The name of the workspace.

options
LibraryGetOptionalParams

The options parameters.

Returns

Promise<LibraryResource>