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>

コールバック。