Udostępnij za pośrednictwem


ListManagementTermLists class

Klasa reprezentująca listManagementTermLists.

Konstruktory

ListManagementTermLists(ContentModeratorClientContext)

Utwórz listęManagementTermLists.

Metody

create(string, Body, RequestOptionsBase)

Tworzy listę terminów

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

Usuwa listę terminów z przekazanym identyfikatorem listy równym identyfikatorowi listy.

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

pobiera wszystkie listy terminów

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

Zwraca szczegóły identyfikatora listy terminów z identyfikatorem listy równym przekazanemu identyfikatorowi listy.

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

Odświeża indeks listy z identyfikatorem listy równym przekazanemu identyfikatorowi listy.

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

Aktualizacje listę terminów.

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

Szczegóły konstruktora

ListManagementTermLists(ContentModeratorClientContext)

Utwórz listęManagementTermLists.

new ListManagementTermLists(client: ContentModeratorClientContext)

Parametry

client
ContentModeratorClientContext

Odwołanie do klienta usługi.

Szczegóły metody

create(string, Body, RequestOptionsBase)

Tworzy listę terminów

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

Parametry

contentType

string

Typ zawartości.

body
Body

Schemat treści.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.ListManagementTermListsCreateResponse>

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

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

Parametry

contentType

string

Typ zawartości.

body
Body

Schemat treści.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<TermList>

Wywołanie zwrotne

create(string, Body, ServiceCallback<TermList>)

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

Parametry

contentType

string

Typ zawartości.

body
Body

Schemat treści.

callback

ServiceCallback<TermList>

Wywołanie zwrotne

deleteMethod(string, RequestOptionsBase)

Usuwa listę terminów z przekazanym identyfikatorem listy równym identyfikatorowi listy.

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

Parametry

listId

string

Identyfikator listy obrazów.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.ListManagementTermListsDeleteMethodResponse>

deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)

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

Parametry

listId

string

Identyfikator listy obrazów.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<string>

Wywołanie zwrotne

deleteMethod(string, ServiceCallback<string>)

function deleteMethod(listId: string, callback: ServiceCallback<string>)

Parametry

listId

string

Identyfikator listy obrazów.

callback

ServiceCallback<string>

Wywołanie zwrotne

getAllTermLists(RequestOptionsBase)

pobiera wszystkie listy terminów

function getAllTermLists(options?: RequestOptionsBase): Promise<ListManagementTermListsGetAllTermListsResponse>

Parametry

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.ListManagementTermListsGetAllTermListsResponse>

getAllTermLists(RequestOptionsBase, ServiceCallback<TermList[]>)

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

Parametry

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<TermList[]>

Wywołanie zwrotne

getAllTermLists(ServiceCallback<TermList[]>)

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

Parametry

callback

ServiceCallback<TermList[]>

Wywołanie zwrotne

getDetails(string, RequestOptionsBase)

Zwraca szczegóły identyfikatora listy terminów z identyfikatorem listy równym przekazanemu identyfikatorowi listy.

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

Parametry

listId

string

Identyfikator listy obrazów.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.ListManagementTermListsGetDetailsResponse>

getDetails(string, RequestOptionsBase, ServiceCallback<TermList>)

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

Parametry

listId

string

Identyfikator listy obrazów.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<TermList>

Wywołanie zwrotne

getDetails(string, ServiceCallback<TermList>)

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

Parametry

listId

string

Identyfikator listy obrazów.

callback

ServiceCallback<TermList>

Wywołanie zwrotne

refreshIndexMethod(string, string, RequestOptionsBase)

Odświeża indeks listy z identyfikatorem listy równym przekazanemu identyfikatorowi listy.

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

Parametry

listId

string

Identyfikator listy obrazów.

language

string

Język terminów.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.ListManagementTermListsRefreshIndexMethodResponse>

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

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

Parametry

listId

string

Identyfikator listy obrazów.

language

string

Język terminów.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<RefreshIndex>

Wywołanie zwrotne

refreshIndexMethod(string, string, ServiceCallback<RefreshIndex>)

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

Parametry

listId

string

Identyfikator listy obrazów.

language

string

Język terminów.

callback

ServiceCallback<RefreshIndex>

Wywołanie zwrotne

update(string, string, Body, RequestOptionsBase)

Aktualizacje listę terminów.

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

Parametry

listId

string

Identyfikator listy obrazów.

contentType

string

Typ zawartości.

body
Body

Schemat treści.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.ListManagementTermListsUpdateResponse>

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

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

Parametry

listId

string

Identyfikator listy obrazów.

contentType

string

Typ zawartości.

body
Body

Schemat treści.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<TermList>

Wywołanie zwrotne

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

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

Parametry

listId

string

Identyfikator listy obrazów.

contentType

string

Typ zawartości.

body
Body

Schemat treści.

callback

ServiceCallback<TermList>

Wywołanie zwrotne