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