Sdílet prostřednictvím


ListManagementImageLists class

Třída představující ListManagementImageLists.

Konstruktory

ListManagementImageLists(ContentModeratorClientContext)

Vytvořte ListManagementImageLists.

Metody

create(string, Body, RequestOptionsBase)

Vytvoří seznam imagí.

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

Odstraní seznam obrázků s ID seznamu, které se rovná ID předaného seznamu.

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

Získá všechny seznamy obrázků.

getAllImageLists(RequestOptionsBase, ServiceCallback<ImageList[]>)
getAllImageLists(ServiceCallback<ImageList[]>)
getDetails(string, RequestOptionsBase)

Vrátí podrobnosti o seznamu obrázků s ID seznamu, které se rovná id předaného seznamu.

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

Aktualizuje index seznamu s ID seznamu, které se rovná předanému ID seznamu.

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

Aktualizace předaný seznam obrázků s ID seznamu, který se rovná ID seznamu.

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

Podrobnosti konstruktoru

ListManagementImageLists(ContentModeratorClientContext)

Vytvořte ListManagementImageLists.

new ListManagementImageLists(client: ContentModeratorClientContext)

Parametry

client
ContentModeratorClientContext

Odkaz na klienta služby

Podrobnosti metody

create(string, Body, RequestOptionsBase)

Vytvoří seznam imagí.

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

Parametry

contentType

string

Typ obsahu.

body
Body

Schéma těla.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ListManagementImageListsCreateResponse>

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

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

Parametry

contentType

string

Typ obsahu.

body
Body

Schéma těla.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ImageList>

Zpětné volání

create(string, Body, ServiceCallback<ImageList>)

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

Parametry

contentType

string

Typ obsahu.

body
Body

Schéma těla.

callback

ServiceCallback<ImageList>

Zpětné volání

deleteMethod(string, RequestOptionsBase)

Odstraní seznam obrázků s ID seznamu, které se rovná ID předaného seznamu.

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

Parametry

listId

string

ID seznamu obrázků.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ListManagementImageListsDeleteMethodResponse>

deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)

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

Parametry

listId

string

ID seznamu obrázků.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<string>

Zpětné volání

deleteMethod(string, ServiceCallback<string>)

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

Parametry

listId

string

ID seznamu obrázků.

callback

ServiceCallback<string>

Zpětné volání

getAllImageLists(RequestOptionsBase)

Získá všechny seznamy obrázků.

function getAllImageLists(options?: RequestOptionsBase): Promise<ListManagementImageListsGetAllImageListsResponse>

Parametry

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ListManagementImageListsGetAllImageListsResponse>

getAllImageLists(RequestOptionsBase, ServiceCallback<ImageList[]>)

function getAllImageLists(options: RequestOptionsBase, callback: ServiceCallback<ImageList[]>)

Parametry

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ImageList[]>

Zpětné volání

getAllImageLists(ServiceCallback<ImageList[]>)

function getAllImageLists(callback: ServiceCallback<ImageList[]>)

Parametry

callback

ServiceCallback<ImageList[]>

Zpětné volání

getDetails(string, RequestOptionsBase)

Vrátí podrobnosti o seznamu obrázků s ID seznamu, které se rovná id předaného seznamu.

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

Parametry

listId

string

ID seznamu obrázků.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ListManagementImageListsGetDetailsResponse>

getDetails(string, RequestOptionsBase, ServiceCallback<ImageList>)

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

Parametry

listId

string

ID seznamu obrázků.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ImageList>

Zpětné volání

getDetails(string, ServiceCallback<ImageList>)

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

Parametry

listId

string

ID seznamu obrázků.

callback

ServiceCallback<ImageList>

Zpětné volání

refreshIndexMethod(string, RequestOptionsBase)

Aktualizuje index seznamu s ID seznamu, které se rovná předanému ID seznamu.

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

Parametry

listId

string

ID seznamu obrázků.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ListManagementImageListsRefreshIndexMethodResponse>

refreshIndexMethod(string, RequestOptionsBase, ServiceCallback<RefreshIndex>)

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

Parametry

listId

string

ID seznamu obrázků.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<RefreshIndex>

Zpětné volání

refreshIndexMethod(string, ServiceCallback<RefreshIndex>)

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

Parametry

listId

string

ID seznamu obrázků.

callback

ServiceCallback<RefreshIndex>

Zpětné volání

update(string, string, Body, RequestOptionsBase)

Aktualizace předaný seznam obrázků s ID seznamu, který se rovná ID seznamu.

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

Parametry

listId

string

ID seznamu obrázků.

contentType

string

Typ obsahu.

body
Body

Schéma těla.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ListManagementImageListsUpdateResponse>

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

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

Parametry

listId

string

ID seznamu obrázků.

contentType

string

Typ obsahu.

body
Body

Schéma těla.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ImageList>

Zpětné volání

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

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

Parametry

listId

string

ID seznamu obrázků.

contentType

string

Typ obsahu.

body
Body

Schéma těla.

callback

ServiceCallback<ImageList>

Zpětné volání