你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BestPracticesVersions interface

表示 BestPracticesVersions 的接口。

方法

get(string, string, BestPracticesVersionsGetOptionalParams)

获取有关 Automanage 最佳做法版本的信息

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

检索 Automanage 最佳做法版本的列表

方法详细信息

get(string, string, BestPracticesVersionsGetOptionalParams)

获取有关 Automanage 最佳做法版本的信息

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

参数

bestPracticeName

string

Automanage 最佳做法名称。

versionName

string

Automanage 最佳做法版本名称。

options
BestPracticesVersionsGetOptionalParams

选项参数。

返回

Promise<BestPractice>

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

检索 Automanage 最佳做法版本的列表

function listByTenant(bestPracticeName: string, options?: BestPracticesVersionsListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>

参数

bestPracticeName

string

Automanage 最佳做法名称。

返回