BestPracticesVersions interface
BestPracticesVersions를 나타내는 인터페이스입니다.
메서드
get(string, string, Best |
Automanage 모범 사례 버전에 대한 정보 가져오기 |
list |
Automanage 모범 사례 버전 목록 검색 |
메서드 세부 정보
get(string, string, BestPracticesVersionsGetOptionalParams)
Automanage 모범 사례 버전에 대한 정보 가져오기
function get(bestPracticeName: string, versionName: string, options?: BestPracticesVersionsGetOptionalParams): Promise<BestPractice>
매개 변수
- bestPracticeName
-
string
Automanage 모범 사례 이름입니다.
- versionName
-
string
Automanage 모범 사례 버전 이름입니다.
옵션 매개 변수입니다.
반환
Promise<BestPractice>
listByTenant(string, BestPracticesVersionsListByTenantOptionalParams)
Automanage 모범 사례 버전 목록 검색
function listByTenant(bestPracticeName: string, options?: BestPracticesVersionsListByTenantOptionalParams): PagedAsyncIterableIterator<BestPractice, BestPractice[], PageSettings>
매개 변수
- bestPracticeName
-
string
Automanage 모범 사례 이름입니다.
옵션 매개 변수입니다.