BestPractices interface
BestPractices を表すインターフェイス。
メソッド
get(string, Best |
Automanage のベスト プラクティスに関する情報を取得する |
list |
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 パラメーター。