CommunityGalleryImagesOperations interface

Interface representing a CommunityGalleryImages operations.

Properties

get

Get a community gallery image.

list

List community gallery images inside a gallery.

Property Details

get

Get a community gallery image.

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

Property Value

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

list

List community gallery images inside a gallery.

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

Property Value

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