Library interface
Interface représentant une bibliothèque.
Méthodes
| get(string, string, string, Library |
Obtenir la bibliothèque par nom dans un espace de travail. |
Détails de la méthode
get(string, string, string, LibraryGetOptionalParams)
Obtenir la bibliothèque par nom dans un espace de travail.
function get(resourceGroupName: string, libraryName: string, workspaceName: string, options?: LibraryGetOptionalParams): Promise<LibraryResource>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- libraryName
-
string
Nom de la bibliothèque
- workspaceName
-
string
Nom de l’espace de travail.
- options
- LibraryGetOptionalParams
Paramètres d’options.
Retours
Promise<LibraryResource>