CommunityGalleries interface
Interface representing a CommunityGalleries.
Methods
get(string, string, Community |
Get a community gallery by gallery public name. |
Method Details
get(string, string, CommunityGalleriesGetOptionalParams)
Get a community gallery by gallery public name.
function get(location: string, publicGalleryName: string, options?: CommunityGalleriesGetOptionalParams): Promise<CommunityGallery>
Parameters
- location
-
string
Resource location.
- publicGalleryName
-
string
The public name of the community gallery.
The options parameters.
Returns
Promise<CommunityGallery>