共用方式為


ListManagementTermLists class

代表 ListManagementTermLists 的類別。

建構函式

ListManagementTermLists(ContentModeratorClientContext)

建立 ListManagementTermLists。

方法

create(string, Body, RequestOptionsBase)

建立字詞清單

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

刪除清單識別碼等於傳遞清單識別碼的字詞清單。

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

取得所有字詞清單

getAllTermLists(RequestOptionsBase, ServiceCallback<TermList[]>)
getAllTermLists(ServiceCallback<TermList[]>)
getDetails(string, RequestOptionsBase)

傳回字詞清單的清單識別碼詳細資料,其中清單識別碼等於傳遞的清單識別碼。

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

重新整理清單識別碼等於傳遞清單識別碼的清單索引。

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

更新字詞表。

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

建構函式詳細資料

ListManagementTermLists(ContentModeratorClientContext)

建立 ListManagementTermLists。

new ListManagementTermLists(client: ContentModeratorClientContext)

參數

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

ServiceCallback<TermList>

回呼

create(string, Body, ServiceCallback<TermList>)

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

參數

contentType

string

內容型別。

body
Body

本文的架構。

callback

ServiceCallback<TermList>

回呼

deleteMethod(string, RequestOptionsBase)

刪除清單識別碼等於傳遞清單識別碼的字詞清單。

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

參數

listId

string

映射清單的清單識別碼。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ListManagementTermListsDeleteMethodResponse>

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>

回呼

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

ServiceCallback<TermList[]>

回呼

getAllTermLists(ServiceCallback<TermList[]>)

function getAllTermLists(callback: ServiceCallback<TermList[]>)

參數

callback

ServiceCallback<TermList[]>

回呼

getDetails(string, RequestOptionsBase)

傳回字詞清單的清單識別碼詳細資料,其中清單識別碼等於傳遞的清單識別碼。

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

參數

listId

string

映射清單的清單識別碼。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ListManagementTermListsGetDetailsResponse>

getDetails(string, RequestOptionsBase, ServiceCallback<TermList>)

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

參數

listId

string

映射清單的清單識別碼。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<TermList>

回呼

getDetails(string, ServiceCallback<TermList>)

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

參數

listId

string

映射清單的清單識別碼。

callback

ServiceCallback<TermList>

回呼

refreshIndexMethod(string, string, RequestOptionsBase)

重新整理清單識別碼等於傳遞清單識別碼的清單索引。

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

參數

listId

string

映射清單的清單識別碼。

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

映射清單的清單識別碼。

language

string

字詞的語言。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<RefreshIndex>

回呼

refreshIndexMethod(string, string, ServiceCallback<RefreshIndex>)

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

參數

listId

string

映射清單的清單識別碼。

language

string

字詞的語言。

callback

ServiceCallback<RefreshIndex>

回呼

update(string, string, Body, RequestOptionsBase)

更新字詞表。

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

參數

listId

string

映射清單的清單識別碼。

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

映射清單的清單識別碼。

contentType

string

內容型別。

body
Body

本文的架構。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<TermList>

回呼

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

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

參數

listId

string

映射清單的清單識別碼。

contentType

string

內容型別。

body
Body

本文的架構。

callback

ServiceCallback<TermList>

回呼