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

ICommunityGalleryImagesOperations 接口

定义

CommunityGalleryImagesOperations 操作。

public interface ICommunityGalleryImagesOperations
type ICommunityGalleryImagesOperations = interface
Public Interface ICommunityGalleryImagesOperations

方法

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

获取社区库映像。

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

列出库中的社区库图像。

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

列出库中的社区库图像。

扩展方法

Get(ICommunityGalleryImagesOperations, String, String, String)

获取社区库映像。

GetAsync(ICommunityGalleryImagesOperations, String, String, String, CancellationToken)

获取社区库映像。

List(ICommunityGalleryImagesOperations, String, String)

列出库中的社区库图像。

ListAsync(ICommunityGalleryImagesOperations, String, String, CancellationToken)

列出库中的社区库图像。

ListNext(ICommunityGalleryImagesOperations, String)

列出库中的社区库图像。

ListNextAsync(ICommunityGalleryImagesOperations, String, CancellationToken)

列出库中的社区库图像。

适用于