BestPracticesVersions interface
代表 BestPracticesVersions 的介面。
方法
get(string, string, Best |
取得 Automanage 最佳做法版本的相關資訊 |
list |
擷取 Automanage 最佳做法版本清單 |
方法詳細資料
get(string, string, BestPracticesVersionsGetOptionalParams)
取得 Automanage 最佳做法版本的相關資訊
function get(bestPracticeName: string, versionName: string, options?: BestPracticesVersionsGetOptionalParams): Promise<BestPractice>
參數
- bestPracticeName
-
string
Automanage 最佳做法名稱。
- versionName
-
string
Automanage 最佳做法版本名稱。
選項參數。
傳回
Promise<BestPractice>
listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)
擷取 Automanage 最佳做法版本清單
function listByTenant(bestPracticeName: string, options?: BestPracticesVersionsListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>
參數
- bestPracticeName
-
string
Automanage 最佳做法名稱。
選項參數。