SharedGalleriesOperations interface
Interfejs reprezentujący operacje SharedGalleries.
Właściwości
| get | Pobieranie galerii udostępnionej według identyfikatora subskrypcji lub identyfikatora dzierżawy. |
| list | Wyświetlanie listy galerii udostępnionych według identyfikatora subskrypcji lub identyfikatora dzierżawy. |
Szczegóły właściwości
get
Pobieranie galerii udostępnionej według identyfikatora subskrypcji lub identyfikatora dzierżawy.
get: (location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>
Wartość właściwości
(location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>
list
Wyświetlanie listy galerii udostępnionych według identyfikatora subskrypcji lub identyfikatora dzierżawy.
list: (location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>
Wartość właściwości
(location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>