Aracılığıyla paylaş


ListManagementImageLists class

ListManagementImageLists öğesini temsil eden sınıf.

Oluşturucular

ListManagementImageLists(ContentModeratorClientContext)

ListManagementImageLists oluşturun.

Yöntemler

create(string, Body, RequestOptionsBase)

Resim listesi oluşturur.

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

Geçirilen liste kimliğine eşit liste kimliğine sahip resim listesini siler.

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

Tüm Resim Listelerini alır.

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

Geçirilen liste kimliğine eşit liste kimliğine sahip resim listesinin ayrıntılarını döndürür.

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

Listenin dizinini, geçirilen liste kimliğine eşit liste kimliğiyle yeniler.

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

Geçirilen liste kimliğine eşit liste kimliğine sahip bir resim listesi Güncelleştirmeler.

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

Oluşturucu Ayrıntıları

ListManagementImageLists(ContentModeratorClientContext)

ListManagementImageLists oluşturun.

new ListManagementImageLists(client: ContentModeratorClientContext)

Parametreler

client
ContentModeratorClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

create(string, Body, RequestOptionsBase)

Resim listesi oluşturur.

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

Parametreler

contentType

string

İçerik türü.

body
Body

Gövde şeması.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ListManagementImageListsCreateResponse>

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

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

Parametreler

contentType

string

İçerik türü.

body
Body

Gövde şeması.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ImageList>

Geri arama

create(string, Body, ServiceCallback<ImageList>)

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

Parametreler

contentType

string

İçerik türü.

body
Body

Gövde şeması.

callback

ServiceCallback<ImageList>

Geri arama

deleteMethod(string, RequestOptionsBase)

Geçirilen liste kimliğine eşit liste kimliğine sahip resim listesini siler.

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

Parametreler

listId

string

Resim listesinin liste kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ListManagementImageListsDeleteMethodResponse>

deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)

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

Parametreler

listId

string

Resim listesinin liste kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<string>

Geri arama

deleteMethod(string, ServiceCallback<string>)

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

Parametreler

listId

string

Resim listesinin liste kimliği.

callback

ServiceCallback<string>

Geri arama

getAllImageLists(RequestOptionsBase)

Tüm Resim Listelerini alır.

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

Parametreler

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ListManagementImageListsGetAllImageListsResponse>

getAllImageLists(RequestOptionsBase, ServiceCallback<ImageList[]>)

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

Parametreler

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ImageList[]>

Geri arama

getAllImageLists(ServiceCallback<ImageList[]>)

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

Parametreler

callback

ServiceCallback<ImageList[]>

Geri arama

getDetails(string, RequestOptionsBase)

Geçirilen liste kimliğine eşit liste kimliğine sahip resim listesinin ayrıntılarını döndürür.

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

Parametreler

listId

string

Resim listesinin liste kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ListManagementImageListsGetDetailsResponse>

getDetails(string, RequestOptionsBase, ServiceCallback<ImageList>)

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

Parametreler

listId

string

Resim listesinin liste kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ImageList>

Geri arama

getDetails(string, ServiceCallback<ImageList>)

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

Parametreler

listId

string

Resim listesinin liste kimliği.

callback

ServiceCallback<ImageList>

Geri arama

refreshIndexMethod(string, RequestOptionsBase)

Listenin dizinini, geçirilen liste kimliğine eşit liste kimliğiyle yeniler.

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

Parametreler

listId

string

Resim listesinin liste kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ListManagementImageListsRefreshIndexMethodResponse>

refreshIndexMethod(string, RequestOptionsBase, ServiceCallback<RefreshIndex>)

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

Parametreler

listId

string

Resim listesinin liste kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<RefreshIndex>

Geri arama

refreshIndexMethod(string, ServiceCallback<RefreshIndex>)

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

Parametreler

listId

string

Resim listesinin liste kimliği.

callback

ServiceCallback<RefreshIndex>

Geri arama

update(string, string, Body, RequestOptionsBase)

Geçirilen liste kimliğine eşit liste kimliğine sahip bir resim listesi Güncelleştirmeler.

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

Parametreler

listId

string

Resim listesinin liste kimliği.

contentType

string

İçerik türü.

body
Body

Gövde şeması.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ListManagementImageListsUpdateResponse>

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

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

Parametreler

listId

string

Resim listesinin liste kimliği.

contentType

string

İçerik türü.

body
Body

Gövde şeması.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ImageList>

Geri arama

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

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

Parametreler

listId

string

Resim listesinin liste kimliği.

contentType

string

İçerik türü.

body
Body

Gövde şeması.

callback

ServiceCallback<ImageList>

Geri arama