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

ImagesOperationsExtensions 类

定义

ImagesOperations 的扩展方法。

public static class ImagesOperationsExtensions
type ImagesOperationsExtensions = class
Public Module ImagesOperationsExtensions
继承
ImagesOperationsExtensions

方法

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)

更新映像。

适用于