BestPracticesVersions interface
Rozhraní představující BestPracticesVersions.
Metody
get(string, string, Best |
Získání informací o osvědčené verzi automatické správy |
list |
Načtení seznamu verzí osvědčených postupů automanage |
Podrobnosti metody
get(string, string, BestPracticesVersionsGetOptionalParams)
Získání informací o osvědčené verzi automatické správy
function get(bestPracticeName: string, versionName: string, options?: BestPracticesVersionsGetOptionalParams): Promise<BestPractice>
Parametry
- bestPracticeName
-
string
Název osvědčeného postupu automanage.
- versionName
-
string
Název verze osvědčeného postupu automanage.
Parametry možností
Návraty
Promise<BestPractice>
listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)
Načtení seznamu verzí osvědčených postupů automanage
function listByTenant(bestPracticeName: string, options?: BestPracticesVersionsListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>
Parametry
- bestPracticeName
-
string
Název osvědčeného postupu automanage.
Parametry možností