BestPracticesVersions interface

Rozhraní představující BestPracticesVersions.

Metody

get(string, string, BestPracticesVersionsGetOptionalParams)

Získání informací o osvědčené verzi osvědčeného postupu pro automatickou správu

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

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

options
BestPracticesVersionsGetOptionalParams

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í

options
BestPracticesVersionsListByTenantOptionalParams

Parametry možností.

Návraty