你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IImagesOperations 接口

定义

ImagesOperations 操作。

public interface IImagesOperations
type IImagesOperations = interface
Public Interface IImagesOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Image, Dictionary<String,List<String>>, CancellationToken)

创建或更新映像。

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除映像。

BeginUpdateWithHttpMessagesAsync(String, String, ImageUpdate, Dictionary<String,List<String>>, CancellationToken)

更新映像。

CreateOrUpdateWithHttpMessagesAsync(String, String, Image, Dictionary<String,List<String>>, CancellationToken)

创建或更新映像。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除映像。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取图像。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取资源组下的映像列表。

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取资源组下的映像列表。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取订阅中映像的列表。 在响应中使用 nextLink 属性获取图像的下一页。 执行此操作,直到 nextLink 为 null 可提取所有图像。

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

获取订阅中映像的列表。 在响应中使用 nextLink 属性获取图像的下一页。 执行此操作,直到 nextLink 为 null 可提取所有图像。

UpdateWithHttpMessagesAsync(String, String, ImageUpdate, Dictionary<String,List<String>>, CancellationToken)

更新映像。

扩展方法

BeginCreateOrUpdate(IImagesOperations, String, String, Image)

创建或更新映像。

BeginCreateOrUpdateAsync(IImagesOperations, String, String, Image, CancellationToken)

创建或更新映像。

BeginDelete(IImagesOperations, String, String)

删除映像。

BeginDeleteAsync(IImagesOperations, String, String, CancellationToken)

删除映像。

BeginUpdate(IImagesOperations, String, String, ImageUpdate)

更新映像。

BeginUpdateAsync(IImagesOperations, String, String, ImageUpdate, CancellationToken)

更新映像。

CreateOrUpdate(IImagesOperations, String, String, Image)

创建或更新映像。

CreateOrUpdateAsync(IImagesOperations, String, String, Image, CancellationToken)

创建或更新映像。

Delete(IImagesOperations, String, String)

删除映像。

DeleteAsync(IImagesOperations, String, String, CancellationToken)

删除映像。

Get(IImagesOperations, String, String, String)

获取图像。

GetAsync(IImagesOperations, String, String, String, CancellationToken)

获取图像。

List(IImagesOperations)

获取订阅中映像的列表。 在响应中使用 nextLink 属性获取图像的下一页。 执行此操作,直到 nextLink 为 null 可提取所有图像。

ListAsync(IImagesOperations, CancellationToken)

获取订阅中映像的列表。 在响应中使用 nextLink 属性获取图像的下一页。 执行此操作,直到 nextLink 为 null 可提取所有图像。

ListByResourceGroup(IImagesOperations, String)

获取资源组下的映像列表。

ListByResourceGroupAsync(IImagesOperations, String, CancellationToken)

获取资源组下的映像列表。

ListByResourceGroupNext(IImagesOperations, String)

获取资源组下的映像列表。

ListByResourceGroupNextAsync(IImagesOperations, String, CancellationToken)

获取资源组下的映像列表。

ListNext(IImagesOperations, String)

获取订阅中映像的列表。 在响应中使用 nextLink 属性获取图像的下一页。 执行此操作,直到 nextLink 为 null 可提取所有图像。

ListNextAsync(IImagesOperations, String, CancellationToken)

获取订阅中映像的列表。 在响应中使用 nextLink 属性获取图像的下一页。 执行此操作,直到 nextLink 为 null 可提取所有图像。

Update(IImagesOperations, String, String, ImageUpdate)

更新映像。

UpdateAsync(IImagesOperations, String, String, ImageUpdate, CancellationToken)

更新映像。

适用于