次の方法で共有


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

options パラメーター。

戻り値

Promise<BestPractice>

listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)

Automanage のベスト プラクティス バージョンの一覧を取得する

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

パラメーター

bestPracticeName

string

Automanage のベスト プラクティス名。

options
BestPracticesVersionsListByTenantOptionalParams

options パラメーター。

戻り値