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