SharedGalleriesOperations interface
Interface representing a SharedGalleries operations.
Properties
| get | Get a shared gallery by subscription id or tenant id. |
| list | List shared galleries by subscription id or tenant id. |
Property Details
get
Get a shared gallery by subscription id or tenant id.
get: (location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>
Property Value
(location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>
list
List shared galleries by subscription id or tenant id.
list: (location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>
Property Value
(location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>