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

CommunityGalleryImagesOperations interface

表示CommunityGalleryImages操作的接口。

属性

get

获取社区库映像。

list

在图库中列出社区图库图像。

属性详细信息

get

获取社区库映像。

get: (location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams) => Promise<CommunityGalleryImage>

属性值

(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams) => Promise<CommunityGalleryImage>

list

在图库中列出社区图库图像。

list: (location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams) => PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>

属性值

(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams) => PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>