ListManagementImageLists class
Klasa reprezentująca listManagementImageLists.
Konstruktory
List |
Utwórz listManagementImageLists. |
Metody
Szczegóły konstruktora
ListManagementImageLists(ContentModeratorClientContext)
Utwórz listManagementImageLists.
new ListManagementImageLists(client: ContentModeratorClientContext)
Parametry
Odwołanie do klienta usługi.
Szczegóły metody
create(string, Body, RequestOptionsBase)
Tworzy listę obrazów.
function create(contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementImageListsCreateResponse>
Parametry
- contentType
-
string
Typ zawartości.
- body
- Body
Schemat treści.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ListManagementImageListsCreateResponse>
create(string, Body, RequestOptionsBase, ServiceCallback<ImageList>)
function create(contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)
Parametry
- contentType
-
string
Typ zawartości.
- body
- Body
Schemat treści.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
create(string, Body, ServiceCallback<ImageList>)
function create(contentType: string, body: Body, callback: ServiceCallback<ImageList>)
Parametry
- contentType
-
string
Typ zawartości.
- body
- Body
Schemat treści.
- callback
Wywołanie zwrotne
deleteMethod(string, RequestOptionsBase)
Usuwa listę obrazów z przekazanym identyfikatorem listy równym identyfikatorowi listy.
function deleteMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsDeleteMethodResponse>
Parametry
- listId
-
string
Identyfikator listy obrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ListManagementImageListsDeleteMethodResponse>
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
getAllImageLists(RequestOptionsBase)
Pobiera wszystkie listy obrazów.
function getAllImageLists(options?: RequestOptionsBase): Promise<ListManagementImageListsGetAllImageListsResponse>
Parametry
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ListManagementImageListsGetAllImageListsResponse>
getAllImageLists(RequestOptionsBase, ServiceCallback<ImageList[]>)
function getAllImageLists(options: RequestOptionsBase, callback: ServiceCallback<ImageList[]>)
Parametry
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getAllImageLists(ServiceCallback<ImageList[]>)
function getAllImageLists(callback: ServiceCallback<ImageList[]>)
Parametry
- callback
Wywołanie zwrotne
getDetails(string, RequestOptionsBase)
Zwraca szczegóły listy obrazów o identyfikatorze listy równym przekazanym identyfikatorowi listy.
function getDetails(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsGetDetailsResponse>
Parametry
- listId
-
string
Identyfikator listy obrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ListManagementImageListsGetDetailsResponse>
getDetails(string, RequestOptionsBase, ServiceCallback<ImageList>)
function getDetails(listId: string, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)
Parametry
- listId
-
string
Identyfikator listy obrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getDetails(string, ServiceCallback<ImageList>)
function getDetails(listId: string, callback: ServiceCallback<ImageList>)
Parametry
- listId
-
string
Identyfikator listy obrazów.
- callback
Wywołanie zwrotne
refreshIndexMethod(string, RequestOptionsBase)
Odświeża indeks listy o identyfikatorze listy równym przekazanym identyfikatorowi listy.
function refreshIndexMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsRefreshIndexMethodResponse>
Parametry
- listId
-
string
Identyfikator listy obrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ListManagementImageListsRefreshIndexMethodResponse>
refreshIndexMethod(string, RequestOptionsBase, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<RefreshIndex>)
Parametry
- listId
-
string
Identyfikator listy obrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
refreshIndexMethod(string, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, callback: ServiceCallback<RefreshIndex>)
Parametry
- listId
-
string
Identyfikator listy obrazów.
- callback
Wywołanie zwrotne
update(string, string, Body, RequestOptionsBase)
Aktualizacje listę obrazów o identyfikatorze listy równym przekazanym identyfikatorowi listy.
function update(listId: string, contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementImageListsUpdateResponse>
Parametry
- listId
-
string
Identyfikator listy obrazów.
- contentType
-
string
Typ zawartości.
- body
- Body
Schemat treści.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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
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<ImageList>)
function update(listId: string, contentType: string, body: Body, callback: ServiceCallback<ImageList>)
Parametry
- listId
-
string
Identyfikator listy obrazów.
- contentType
-
string
Typ zawartości.
- body
- Body
Schemat treści.
- callback
Wywołanie zwrotne