Package version:

Interface CommunityGalleryImages

Interface representing a CommunityGalleryImages.

interface CommunityGalleryImages {
    get(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams): Promise<CommunityGalleryImage>;
    list(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams): PagedAsyncIterableIterator<CommunityGalleryImage>;
}

Methods

Methods