ListManagementImageLists class
代表 ListManagementImageLists 的類別。
建構函式
List |
建立 ListManagementImageLists。 |
方法
建構函式詳細資料
ListManagementImageLists(ContentModeratorClientContext)
建立 ListManagementImageLists。
new ListManagementImageLists(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
回呼
create(string, Body, ServiceCallback<ImageList>)
function create(contentType: string, body: Body, callback: ServiceCallback<ImageList>)
參數
- contentType
-
string
內容型別。
- body
- Body
本文的架構。
- callback
回呼
deleteMethod(string, RequestOptionsBase)
刪除清單識別碼等於所傳遞清單識別碼的影像清單。
function deleteMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsDeleteMethodResponse>
參數
- listId
-
string
影像清單的清單識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ListManagementImageListsDeleteMethodResponse>
deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)
function deleteMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- listId
-
string
影像清單的清單識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
deleteMethod(string, ServiceCallback<string>)
function deleteMethod(listId: string, callback: ServiceCallback<string>)
參數
- listId
-
string
影像清單的清單識別碼。
- 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
回呼
getAllImageLists(ServiceCallback<ImageList[]>)
function getAllImageLists(callback: ServiceCallback<ImageList[]>)
參數
- callback
回呼
getDetails(string, RequestOptionsBase)
傳回清單識別碼等於所傳遞清單識別碼之影像清單的詳細資料。
function getDetails(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsGetDetailsResponse>
參數
- listId
-
string
影像清單的清單識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ListManagementImageListsGetDetailsResponse>
getDetails(string, RequestOptionsBase, ServiceCallback<ImageList>)
function getDetails(listId: string, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)
參數
- listId
-
string
影像清單的清單識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getDetails(string, ServiceCallback<ImageList>)
function getDetails(listId: string, callback: ServiceCallback<ImageList>)
參數
- listId
-
string
影像清單的清單識別碼。
- callback
回呼
refreshIndexMethod(string, RequestOptionsBase)
重新整理清單識別碼等於所傳遞清單識別碼的清單索引。
function refreshIndexMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsRefreshIndexMethodResponse>
參數
- listId
-
string
影像清單的清單識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ListManagementImageListsRefreshIndexMethodResponse>
refreshIndexMethod(string, RequestOptionsBase, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<RefreshIndex>)
參數
- listId
-
string
影像清單的清單識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
refreshIndexMethod(string, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, callback: ServiceCallback<RefreshIndex>)
參數
- listId
-
string
影像清單的清單識別碼。
- callback
回呼
update(string, string, Body, RequestOptionsBase)
更新清單識別碼等於所傳遞清單識別碼的影像清單。
function update(listId: string, contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementImageListsUpdateResponse>
參數
- listId
-
string
影像清單的清單識別碼。
- 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
影像清單的清單識別碼。
- contentType
-
string
內容型別。
- body
- Body
本文的架構。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
update(string, string, Body, ServiceCallback<ImageList>)
function update(listId: string, contentType: string, body: Body, callback: ServiceCallback<ImageList>)
參數
- listId
-
string
影像清單的清單識別碼。
- contentType
-
string
內容型別。
- body
- Body
本文的架構。
- callback
回呼