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

CommunityGalleryImages interface

表示 CommunityGalleryImages 的接口。

方法

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

获取社区库映像。

list(string, string, CommunityGalleryImagesListOptionalParams)

列出库中的社区库映像。

方法详细信息

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

获取社区库映像。

function get(___location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams): Promise<CommunityGalleryImage>

参数

___location

string

资源位置。

publicGalleryName

string

社区库的公共名称。

galleryImageName

string

社区库映像定义的名称。

options
CommunityGalleryImagesGetOptionalParams

选项参数。

返回

list(string, string, CommunityGalleryImagesListOptionalParams)

列出库中的社区库映像。

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

参数

___location

string

资源位置。

publicGalleryName

string

社区库的公共名称。

返回