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 最佳做法名称。
选项参数。