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