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

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

选项参数。

返回