ListManagementTermLists class
Klasa reprezentująca listManagementTermLists.
Konstruktory
List |
Utwórz listęManagementTermLists. |
Metody
Szczegóły konstruktora
ListManagementTermLists(ContentModeratorClientContext)
Utwórz listęManagementTermLists.
new ListManagementTermLists(client: ContentModeratorClientContext)
Parametry
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
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
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
Wywołanie zwrotne
getAllTermLists(ServiceCallback<TermList[]>)
function getAllTermLists(callback: ServiceCallback<TermList[]>)
Parametry
- callback
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
Wywołanie zwrotne
getDetails(string, ServiceCallback<TermList>)
function getDetails(listId: string, callback: ServiceCallback<TermList>)
Parametry
- listId
-
string
Identyfikator listy obrazów.
- callback
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
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
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
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
Wywołanie zwrotne