Sdílet prostřednictvím


BestPractices interface

Rozhraní představující BestPractices.

Metody

get(string, BestPracticesGetOptionalParams)

Získání informací o osvědčeném postupu pro automanage

listByTenant(BestPracticesListByTenantOptionalParams)

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

options
BestPracticesListByTenantOptionalParams

Parametry možností

Návraty