SharedGalleriesOperations interface
Rozhraní reprezentující operace SharedGalleries.
Vlastnosti
| get | Získejte sdílenou galerii podle ID předplatného nebo ID tenanta. |
| list | Vypíše sdílené galerie podle ID předplatného nebo ID tenanta. |
Podrobnosti vlastnosti
get
Získejte sdílenou galerii podle ID předplatného nebo ID tenanta.
get: (location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>
Hodnota vlastnosti
(location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>
list
Vypíše sdílené galerie podle ID předplatného nebo ID tenanta.
list: (location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>
Hodnota vlastnosti
(location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>