ListManagementImageLists class

ListManagementImageLists를 나타내는 클래스입니다.

생성자

ListManagementImageLists(ContentModeratorClientContext)

ListManagementImageLists를 만듭니다.

메서드

create(string, Body, RequestOptionsBase)

이미지 목록을 만듭니다.

create(string, Body, RequestOptionsBase, ServiceCallback<ImageList>)
create(string, Body, ServiceCallback<ImageList>)
deleteMethod(string, RequestOptionsBase)

목록 ID가 전달된 목록 ID와 같은 이미지 목록을 삭제합니다.

deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)
deleteMethod(string, ServiceCallback<string>)
getAllImageLists(RequestOptionsBase)

모든 이미지 목록을 가져옵니다.

getAllImageLists(RequestOptionsBase, ServiceCallback<ImageList[]>)
getAllImageLists(ServiceCallback<ImageList[]>)
getDetails(string, RequestOptionsBase)

목록 ID가 전달된 목록 ID와 같은 이미지 목록의 세부 정보를 반환합니다.

getDetails(string, RequestOptionsBase, ServiceCallback<ImageList>)
getDetails(string, ServiceCallback<ImageList>)
refreshIndexMethod(string, RequestOptionsBase)

목록 ID가 전달된 목록 ID와 같은 목록의 인덱스를 새로 고칩니다.

refreshIndexMethod(string, RequestOptionsBase, ServiceCallback<RefreshIndex>)
refreshIndexMethod(string, ServiceCallback<RefreshIndex>)
update(string, string, Body, RequestOptionsBase)

목록 ID가 전달된 목록 ID와 같은 이미지 목록을 업데이트.

update(string, string, Body, RequestOptionsBase, ServiceCallback<ImageList>)
update(string, string, Body, ServiceCallback<ImageList>)

생성자 세부 정보

ListManagementImageLists(ContentModeratorClientContext)

ListManagementImageLists를 만듭니다.

new ListManagementImageLists(client: ContentModeratorClientContext)

매개 변수

client
ContentModeratorClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

create(string, Body, RequestOptionsBase)

이미지 목록을 만듭니다.

function create(contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementImageListsCreateResponse>

매개 변수

contentType

string

콘텐츠 유형입니다.

body
Body

본문의 스키마입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ListManagementImageListsCreateResponse>

create(string, Body, RequestOptionsBase, ServiceCallback<ImageList>)

function create(contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)

매개 변수

contentType

string

콘텐츠 유형입니다.

body
Body

본문의 스키마입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ImageList>

콜백

create(string, Body, ServiceCallback<ImageList>)

function create(contentType: string, body: Body, callback: ServiceCallback<ImageList>)

매개 변수

contentType

string

콘텐츠 유형입니다.

body
Body

본문의 스키마입니다.

callback

ServiceCallback<ImageList>

콜백

deleteMethod(string, RequestOptionsBase)

목록 ID가 전달된 목록 ID와 같은 이미지 목록을 삭제합니다.

function deleteMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsDeleteMethodResponse>

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ListManagementImageListsDeleteMethodResponse>

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>

콜백

getAllImageLists(RequestOptionsBase)

모든 이미지 목록을 가져옵니다.

function getAllImageLists(options?: RequestOptionsBase): Promise<ListManagementImageListsGetAllImageListsResponse>

매개 변수

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ListManagementImageListsGetAllImageListsResponse>

getAllImageLists(RequestOptionsBase, ServiceCallback<ImageList[]>)

function getAllImageLists(options: RequestOptionsBase, callback: ServiceCallback<ImageList[]>)

매개 변수

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ImageList[]>

콜백

getAllImageLists(ServiceCallback<ImageList[]>)

function getAllImageLists(callback: ServiceCallback<ImageList[]>)

매개 변수

callback

ServiceCallback<ImageList[]>

콜백

getDetails(string, RequestOptionsBase)

목록 ID가 전달된 목록 ID와 같은 이미지 목록의 세부 정보를 반환합니다.

function getDetails(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsGetDetailsResponse>

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ListManagementImageListsGetDetailsResponse>

getDetails(string, RequestOptionsBase, ServiceCallback<ImageList>)

function getDetails(listId: string, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ImageList>

콜백

getDetails(string, ServiceCallback<ImageList>)

function getDetails(listId: string, callback: ServiceCallback<ImageList>)

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

callback

ServiceCallback<ImageList>

콜백

refreshIndexMethod(string, RequestOptionsBase)

목록 ID가 전달된 목록 ID와 같은 목록의 인덱스를 새로 고칩니다.

function refreshIndexMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsRefreshIndexMethodResponse>

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ListManagementImageListsRefreshIndexMethodResponse>

refreshIndexMethod(string, RequestOptionsBase, ServiceCallback<RefreshIndex>)

function refreshIndexMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<RefreshIndex>)

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<RefreshIndex>

콜백

refreshIndexMethod(string, ServiceCallback<RefreshIndex>)

function refreshIndexMethod(listId: string, callback: ServiceCallback<RefreshIndex>)

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

callback

ServiceCallback<RefreshIndex>

콜백

update(string, string, Body, RequestOptionsBase)

목록 ID가 전달된 목록 ID와 같은 이미지 목록을 업데이트.

function update(listId: string, contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementImageListsUpdateResponse>

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

contentType

string

콘텐츠 유형입니다.

body
Body

본문의 스키마입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ListManagementImageListsUpdateResponse>

update(string, string, Body, RequestOptionsBase, ServiceCallback<ImageList>)

function update(listId: string, contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

contentType

string

콘텐츠 유형입니다.

body
Body

본문의 스키마입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ImageList>

콜백

update(string, string, Body, ServiceCallback<ImageList>)

function update(listId: string, contentType: string, body: Body, callback: ServiceCallback<ImageList>)

매개 변수

listId

string

이미지 목록의 목록 ID입니다.

contentType

string

콘텐츠 유형입니다.

body
Body

본문의 스키마입니다.

callback

ServiceCallback<ImageList>

콜백