다음을 통해 공유


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

옵션 매개 변수입니다.

반환