BestPracticesVersions interface
Interface representing a BestPracticesVersions.
Methods
get(string, string, Best |
Get information about a Automanage best practice version |
list |
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.
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.
The options parameters.