Compartilhar via


ListManagementTermLists class

Classe que representa um ListManagementTermLists.

Construtores

ListManagementTermLists(ContentModeratorClientContext)

Crie um ListManagementTermLists.

Métodos

create(string, Body, RequestOptionsBase)

Cria uma lista de termos

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

Exclui a lista de termos com a ID da lista igual à ID da lista passada.

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

obtém todas as Listas de Termos

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

Retorna os detalhes da ID da lista de termos com a ID da lista igual à ID da lista passada.

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

Atualiza o índice da lista com a ID da lista igual à ID da lista passada.

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

Atualizações uma Lista de Termos.

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

Detalhes do construtor

ListManagementTermLists(ContentModeratorClientContext)

Crie um ListManagementTermLists.

new ListManagementTermLists(client: ContentModeratorClientContext)

Parâmetros

client
ContentModeratorClientContext

Referência ao cliente de serviço.

Detalhes do método

create(string, Body, RequestOptionsBase)

Cria uma lista de termos

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

Parâmetros

contentType

string

O tipo de conteúdo.

body
Body

Esquema do corpo.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.ListManagementTermListsCreateResponse<>

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

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

Parâmetros

contentType

string

O tipo de conteúdo.

body
Body

Esquema do corpo.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<TermList>

O retorno de chamada

create(string, Body, ServiceCallback<TermList>)

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

Parâmetros

contentType

string

O tipo de conteúdo.

body
Body

Esquema do corpo.

callback

ServiceCallback<TermList>

O retorno de chamada

deleteMethod(string, RequestOptionsBase)

Exclui a lista de termos com a ID da lista igual à ID da lista passada.

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

Parâmetros

listId

string

ID da lista de imagens.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de promessa.ListManagementTermListsDeleteMethodResponse<>

deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)

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

Parâmetros

listId

string

ID da lista de imagens.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<string>

O retorno de chamada

deleteMethod(string, ServiceCallback<string>)

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

Parâmetros

listId

string

ID da lista de imagens.

callback

ServiceCallback<string>

O retorno de chamada

getAllTermLists(RequestOptionsBase)

obtém todas as Listas de Termos

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

Parâmetros

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.ListManagementTermListsGetAllTermListsResponse<>

getAllTermLists(RequestOptionsBase, ServiceCallback<TermList[]>)

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

Parâmetros

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<TermList[]>

O retorno de chamada

getAllTermLists(ServiceCallback<TermList[]>)

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

Parâmetros

callback

ServiceCallback<TermList[]>

O retorno de chamada

getDetails(string, RequestOptionsBase)

Retorna os detalhes da ID da lista de termos com a ID da lista igual à ID da lista passada.

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

Parâmetros

listId

string

ID da lista de imagens.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.ListManagementTermListsGetDetailsResponse<>

getDetails(string, RequestOptionsBase, ServiceCallback<TermList>)

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

Parâmetros

listId

string

ID da lista de imagens.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<TermList>

O retorno de chamada

getDetails(string, ServiceCallback<TermList>)

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

Parâmetros

listId

string

ID da lista de imagens.

callback

ServiceCallback<TermList>

O retorno de chamada

refreshIndexMethod(string, string, RequestOptionsBase)

Atualiza o índice da lista com a ID da lista igual à ID da lista passada.

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

Parâmetros

listId

string

ID da lista de imagens.

language

string

Idioma dos termos.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de promessa.ListManagementTermListsRefreshIndexMethodResponse<>

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

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

Parâmetros

listId

string

ID da lista de imagens.

language

string

Idioma dos termos.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<RefreshIndex>

O retorno de chamada

refreshIndexMethod(string, string, ServiceCallback<RefreshIndex>)

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

Parâmetros

listId

string

ID da lista de imagens.

language

string

Idioma dos termos.

callback

ServiceCallback<RefreshIndex>

O retorno de chamada

update(string, string, Body, RequestOptionsBase)

Atualizações uma Lista de Termos.

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

Parâmetros

listId

string

ID da lista de imagens.

contentType

string

O tipo de conteúdo.

body
Body

Esquema do corpo.

options
RequestOptionsBase

Os parâmetros opcionais

Retornos

Modelos de Promessa.ListManagementTermListsUpdateResponse<>

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

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

Parâmetros

listId

string

ID da lista de imagens.

contentType

string

O tipo de conteúdo.

body
Body

Esquema do corpo.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<TermList>

O retorno de chamada

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

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

Parâmetros

listId

string

ID da lista de imagens.

contentType

string

O tipo de conteúdo.

body
Body

Esquema do corpo.

callback

ServiceCallback<TermList>

O retorno de chamada