CommunityGalleriesOperations interface
Interface representing a CommunityGalleries operations.
Properties
| get | Get a community gallery by gallery public name. |
Property Details
get
Get a community gallery by gallery public name.
get: (location: string, publicGalleryName: string, options?: CommunityGalleriesGetOptionalParams) => Promise<CommunityGallery>
Property Value
(location: string, publicGalleryName: string, options?: CommunityGalleriesGetOptionalParams) => Promise<CommunityGallery>