BestPractices interface
Interface representing a BestPractices.
Methods
get(string, Best |
Get information about a Automanage best practice |
list |
Retrieve a list of Automanage best practices |
Method Details
get(string, BestPracticesGetOptionalParams)
Get information about a Automanage best practice
function get(bestPracticeName: string, options?: BestPracticesGetOptionalParams): Promise<BestPractice>
Parameters
- bestPracticeName
-
string
The Automanage best practice name.
- options
- BestPracticesGetOptionalParams
The options parameters.
Returns
Promise<BestPractice>
listByTenant(BestPracticesListByTenantOptionalParams)
Retrieve a list of Automanage best practices
function listByTenant(options?: BestPracticesListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>
Parameters
The options parameters.