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

CommunityGalleryImages interface

Interface representing a CommunityGalleryImages.

Methods

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

Get a community gallery image.

list(string, string, CommunityGalleryImagesListOptionalParams)

List community gallery images inside a gallery.

Method Details

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

Get a community gallery image.

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

Parameters

location

string

Resource location.

publicGalleryName

string

The public name of the community gallery.

galleryImageName

string

The name of the community gallery image definition.

options
CommunityGalleryImagesGetOptionalParams

The options parameters.

Returns

list(string, string, CommunityGalleryImagesListOptionalParams)

List community gallery images inside a gallery.

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

Parameters

location

string

Resource location.

publicGalleryName

string

The public name of the community gallery.

options
CommunityGalleryImagesListOptionalParams

The options parameters.

Returns