Delen via


BestPracticesVersions interface

Interface die een BestPracticesVersions vertegenwoordigt.

Methoden

get(string, string, BestPracticesVersionsGetOptionalParams)

Informatie ophalen over een best practice-versie van Automanage

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Een lijst met best practices voor Automanage ophalen

Methodedetails

get(string, string, BestPracticesVersionsGetOptionalParams)

Informatie ophalen over een best practice-versie van Automanage

function get(bestPracticeName: string, versionName: string, options?: BestPracticesVersionsGetOptionalParams): Promise<BestPractice>

Parameters

bestPracticeName

string

De naam van de aanbevolen procedure voor Automanage.

versionName

string

De naam van de best practice-versie van Automanage.

options
BestPracticesVersionsGetOptionalParams

De optiesparameters.

Retouren

Promise<BestPractice>

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Een lijst met best practices voor Automanage ophalen

function listByTenant(bestPracticeName: string, options?: BestPracticesVersionsListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>

Parameters

bestPracticeName

string

De naam van de aanbevolen procedure voor Automanage.

Retouren