你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ListManagementImageLists class
表示 ListManagementImageLists 的类。
构造函数
List |
创建 ListManagementImageLists。 |
方法
构造函数详细信息
ListManagementImageLists(ContentModeratorClientContext)
创建 ListManagementImageLists。
new ListManagementImageLists(client: ContentModeratorClientContext)
参数
对服务客户端的引用。
方法详细信息
create(string, Body, RequestOptionsBase)
创建映像列表。
function create(contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementImageListsCreateResponse>
参数
- contentType
-
string
内容类型。
- body
- Body
正文的架构。
- options
- RequestOptionsBase
可选参数
返回
Promise<Models.ListManagementImageListsCreateResponse>
create(string, Body, RequestOptionsBase, ServiceCallback<ImageList>)
function create(contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)
参数
- contentType
-
string
内容类型。
- body
- Body
正文的架构。
- options
- RequestOptionsBase
可选参数
- callback
回调
create(string, Body, ServiceCallback<ImageList>)
function create(contentType: string, body: Body, callback: ServiceCallback<ImageList>)
参数
- contentType
-
string
内容类型。
- body
- Body
正文的架构。
- callback
回调
deleteMethod(string, RequestOptionsBase)
删除列表 ID 等于传递的列表 ID 的图像列表。
function deleteMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsDeleteMethodResponse>
参数
- listId
-
string
映像列表的列表 ID。
- options
- RequestOptionsBase
可选参数
返回
Promise<Models.ListManagementImageListsDeleteMethodResponse>
deleteMethod(string, RequestOptionsBase, ServiceCallback<string>)
function deleteMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<string>)
参数
- listId
-
string
映像列表的列表 ID。
- options
- RequestOptionsBase
可选参数
- callback
-
ServiceCallback<string>
回调
deleteMethod(string, ServiceCallback<string>)
function deleteMethod(listId: string, callback: ServiceCallback<string>)
参数
- listId
-
string
映像列表的列表 ID。
- callback
-
ServiceCallback<string>
回调
getAllImageLists(RequestOptionsBase)
获取所有图像列表。
function getAllImageLists(options?: RequestOptionsBase): Promise<ListManagementImageListsGetAllImageListsResponse>
参数
- options
- RequestOptionsBase
可选参数
返回
Promise<Models.ListManagementImageListsGetAllImageListsResponse>
getAllImageLists(RequestOptionsBase, ServiceCallback<ImageList[]>)
function getAllImageLists(options: RequestOptionsBase, callback: ServiceCallback<ImageList[]>)
参数
- options
- RequestOptionsBase
可选参数
- callback
回调
getAllImageLists(ServiceCallback<ImageList[]>)
function getAllImageLists(callback: ServiceCallback<ImageList[]>)
参数
- callback
回调
getDetails(string, RequestOptionsBase)
返回列表 ID 等于传递的列表 ID 的图像列表的详细信息。
function getDetails(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsGetDetailsResponse>
参数
- listId
-
string
映像列表的列表 ID。
- options
- RequestOptionsBase
可选参数
返回
Promise<Models.ListManagementImageListsGetDetailsResponse>
getDetails(string, RequestOptionsBase, ServiceCallback<ImageList>)
function getDetails(listId: string, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)
参数
- listId
-
string
映像列表的列表 ID。
- options
- RequestOptionsBase
可选参数
- callback
回调
getDetails(string, ServiceCallback<ImageList>)
function getDetails(listId: string, callback: ServiceCallback<ImageList>)
参数
- listId
-
string
映像列表的列表 ID。
- callback
回调
refreshIndexMethod(string, RequestOptionsBase)
刷新列表 ID 等于传递的列表 ID 的列表的索引。
function refreshIndexMethod(listId: string, options?: RequestOptionsBase): Promise<ListManagementImageListsRefreshIndexMethodResponse>
参数
- listId
-
string
映像列表的列表 ID。
- options
- RequestOptionsBase
可选参数
返回
Promise<Models.ListManagementImageListsRefreshIndexMethodResponse>
refreshIndexMethod(string, RequestOptionsBase, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, options: RequestOptionsBase, callback: ServiceCallback<RefreshIndex>)
参数
- listId
-
string
映像列表的列表 ID。
- options
- RequestOptionsBase
可选参数
- callback
回调
refreshIndexMethod(string, ServiceCallback<RefreshIndex>)
function refreshIndexMethod(listId: string, callback: ServiceCallback<RefreshIndex>)
参数
- listId
-
string
映像列表的列表 ID。
- callback
回调
update(string, string, Body, RequestOptionsBase)
汇报列表 ID 等于传递的列表 ID 的图像列表。
function update(listId: string, contentType: string, body: Body, options?: RequestOptionsBase): Promise<ListManagementImageListsUpdateResponse>
参数
- listId
-
string
映像列表的列表 ID。
- contentType
-
string
内容类型。
- body
- Body
正文的架构。
- options
- RequestOptionsBase
可选参数
返回
Promise<Models.ListManagementImageListsUpdateResponse>
update(string, string, Body, RequestOptionsBase, ServiceCallback<ImageList>)
function update(listId: string, contentType: string, body: Body, options: RequestOptionsBase, callback: ServiceCallback<ImageList>)
参数
- listId
-
string
映像列表的列表 ID。
- contentType
-
string
内容类型。
- body
- Body
正文的架构。
- options
- RequestOptionsBase
可选参数
- callback
回调
update(string, string, Body, ServiceCallback<ImageList>)
function update(listId: string, contentType: string, body: Body, callback: ServiceCallback<ImageList>)
参数
- listId
-
string
映像列表的列表 ID。
- contentType
-
string
内容类型。
- body
- Body
正文的架构。
- callback
回调