Library interface
Interface representing a Library.
Methods
get(string, string, string, Library |
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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript