CommunityGalleryImages interface
Interface representing a CommunityGalleryImages.
Methods
get(string, string, string, Community |
Get a community gallery image. |
list(string, string, Community |
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.
The options parameters.
Returns
Promise<CommunityGalleryImage>
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.
The options parameters.