BestPracticesVersions interface

Interface representing a BestPracticesVersions.

Methods

get(string, string, BestPracticesVersionsGetOptionalParams)

Get information about a Automanage best practice version

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Retrieve a list of Automanage best practices versions

Method Details

get(string, string, BestPracticesVersionsGetOptionalParams)

Get information about a Automanage best practice version

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

Parameters

bestPracticeName

string

The Automanage best practice name.

versionName

string

The Automanage best practice version name.

options
BestPracticesVersionsGetOptionalParams

The options parameters.

Returns

Promise<BestPractice>

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Retrieve a list of Automanage best practices versions

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

Parameters

bestPracticeName

string

The Automanage best practice name.

options
BestPracticesVersionsListByTenantOptionalParams

The options parameters.

Returns