CommunityGalleries interface

Interface representing a CommunityGalleries.

Methods

get(string, string, CommunityGalleriesGetOptionalParams)

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.

options
CommunityGalleriesGetOptionalParams

The options parameters.

Returns

Promise<CommunityGallery>