ListManagementTermLists class
ListManagementTermLists를 나타내는 클래스입니다.
생성자
List |
ListManagementTermLists를 만듭니다. |
메서드
생성자 세부 정보
ListManagementTermLists(ContentModeratorClientContext)
ListManagementTermLists를 만듭니다.
new ListManagementTermLists(client: ContentModeratorClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
create(string, Body, RequestOptionsBase)
용어 목록을 만듭니다.
function create(contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementTermListsCreateResponse>
매개 변수
- contentType
-
string
콘텐츠 유형입니다.
- body
- Body
본문의 스키마입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ListManagementTermListsCreateResponse>
create(string, Body, RequestOptionsBase, ServiceCallback<TermList>)
function create(contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
매개 변수
- contentType
-
string
콘텐츠 유형입니다.
- body
- Body
본문의 스키마입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
create(string, Body, ServiceCallback<TermList>)
function create(contentType: string, body: Body, callback: ServiceCallback<TermList>)
매개 변수
- contentType
-
string
콘텐츠 유형입니다.
- body
- Body
본문의 스키마입니다.
- callback
콜백
deleteMethod(string, RequestOptionsBase)
목록 ID가 전달된 목록 ID와 같은 용어 목록을 삭제합니다.
function deleteMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementTermListsDeleteMethodResponse>
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ListManagementTermListsDeleteMethodResponse>
deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)
function deleteMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<string>)
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
-
ServiceCallback<string>
콜백
deleteMethod(string, ServiceCallback<string>)
function deleteMethod(listId: string, callback: ServiceCallback<string>)
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- callback
-
ServiceCallback<string>
콜백
getAllTermLists(RequestOptionsBase)
모든 용어 목록을 가져옵니다.
function getAllTermLists(options?: RequestOptionsBase): Promise<ListManagementTermListsGetAllTermListsResponse>
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ListManagementTermListsGetAllTermListsResponse>
getAllTermLists(RequestOptionsBase, ServiceCallback<TermList[]>)
function getAllTermLists(options: RequestOptionsBase, callback: ServiceCallback<TermList[]>)
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
getAllTermLists(ServiceCallback<TermList[]>)
function getAllTermLists(callback: ServiceCallback<TermList[]>)
매개 변수
- callback
콜백
getDetails(string, RequestOptionsBase)
목록 ID가 전달된 목록 ID와 같은 용어 목록의 목록 ID 세부 정보를 반환합니다.
function getDetails(listId: string, options?: RequestOptionsBase): Promise<ListManagementTermListsGetDetailsResponse>
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ListManagementTermListsGetDetailsResponse>
getDetails(string, RequestOptionsBase, ServiceCallback<TermList>)
function getDetails(listId: string, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
getDetails(string, ServiceCallback<TermList>)
function getDetails(listId: string, callback: ServiceCallback<TermList>)
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- callback
콜백
refreshIndexMethod(string, string, RequestOptionsBase)
목록 ID가 전달된 목록 ID와 같은 목록의 인덱스를 새로 고칩니다.
function refreshIndexMethod(listId: string, language: string, options?: RequestOptionsBase): Promise<ListManagementTermListsRefreshIndexMethodResponse>
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- language
-
string
용어의 언어입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ListManagementTermListsRefreshIndexMethodResponse>
refreshIndexMethod(string, string, RequestOptionsBase, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, language: string, options: RequestOptionsBase, callback: ServiceCallback<RefreshIndex>)
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- language
-
string
용어의 언어입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
refreshIndexMethod(string, string, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, language: string, callback: ServiceCallback<RefreshIndex>)
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- language
-
string
용어의 언어입니다.
- callback
콜백
update(string, string, Body, RequestOptionsBase)
용어 목록을 업데이트.
function update(listId: string, contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementTermListsUpdateResponse>
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- contentType
-
string
콘텐츠 유형입니다.
- body
- Body
본문의 스키마입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ListManagementTermListsUpdateResponse>
update(string, string, Body, RequestOptionsBase, ServiceCallback<TermList>)
function update(listId: string, contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<TermList>)
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- contentType
-
string
콘텐츠 유형입니다.
- body
- Body
본문의 스키마입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
update(string, string, Body, ServiceCallback<TermList>)
function update(listId: string, contentType: string, body: Body, callback: ServiceCallback<TermList>)
매개 변수
- listId
-
string
이미지 목록의 목록 ID입니다.
- contentType
-
string
콘텐츠 유형입니다.
- body
- Body
본문의 스키마입니다.
- callback
콜백