共用方式為


BestPractices interface

代表 BestPractices 的介面。

方法

get(string, BestPracticesGetOptionalParams)

取得 Automanage 最佳做法的相關信息

listByTenant(BestPracticesListByTenantOptionalParams)

擷取 Automanage 最佳做法清單

方法詳細資料

get(string, BestPracticesGetOptionalParams)

取得 Automanage 最佳做法的相關信息

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

參數

bestPracticeName

string

Automanage 最佳做法名稱。

options
BestPracticesGetOptionalParams

選項參數。

傳回

Promise<BestPractice>

listByTenant(BestPracticesListByTenantOptionalParams)

擷取 Automanage 最佳做法清單

function listByTenant(options?: BestPracticesListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>

參數

options
BestPracticesListByTenantOptionalParams

選項參數。

傳回