Package version:

Interface SharedGalleries

Interface representing a SharedGalleries.

interface SharedGalleries {
    get(location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams): Promise<SharedGallery>;
    list(location: string, options?: SharedGalleriesListOptionalParams): PagedAsyncIterableIterator<SharedGallery>;
}

Methods

Methods