Library interface
Interfaz que representa una biblioteca.
Métodos
| get(string, string, string, Library |
Obtenga la biblioteca por nombre en un área de trabajo. |
Detalles del método
get(string, string, string, LibraryGetOptionalParams)
Obtenga la biblioteca por nombre en un área de trabajo.
function get(resourceGroupName: string, libraryName: string, workspaceName: string, options?: LibraryGetOptionalParams): Promise<LibraryResource>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.
- libraryName
-
string
Nombre de la biblioteca
- workspaceName
-
string
Nombre del área de trabajo.
- options
- LibraryGetOptionalParams
Parámetros de opciones.
Devoluciones
Promise<LibraryResource>