ListManagementTermLists class

ListManagementTermLists を表すクラス。

コンストラクター

ListManagementTermLists(ContentModeratorClientContext)

ListManagementTermLists を作成します。

メソッド

create(string, Body, RequestOptionsBase)

用語リストを作成します

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

リスト ID が渡されたリスト ID と等しい用語リストを削除します。

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

すべての用語リストを取得します

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

リスト ID が渡されたリスト ID と等しい用語リストのリスト ID の詳細を返します。

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

リスト ID が渡されたリスト ID と等しいリストのインデックスを更新します。

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)

リスト 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

ServiceCallback<TermList[]>

コールバック。

getAllTermLists(ServiceCallback<TermList[]>)

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

パラメーター

callback

ServiceCallback<TermList[]>

コールバック。

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

ServiceCallback<TermList>

コールバック。

getDetails(string, ServiceCallback<TermList>)

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

パラメーター

listId

string

イメージ リストのリスト ID。

callback

ServiceCallback<TermList>

コールバック。

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

ServiceCallback<RefreshIndex>

コールバック。

refreshIndexMethod(string, string, ServiceCallback<RefreshIndex>)

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

パラメーター

listId

string

イメージ リストのリスト ID。

language

string

用語の言語。

callback

ServiceCallback<RefreshIndex>

コールバック。

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

ServiceCallback<TermList>

コールバック。

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

ServiceCallback<TermList>

コールバック。