次の方法で共有


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

options パラメーター。

戻り値

Promise<BestPractice>

listByTenant(BestPracticesListByTenantOptionalParams)

Automanage のベスト プラクティスの一覧を取得する

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

パラメーター

options
BestPracticesListByTenantOptionalParams

options パラメーター。

戻り値