CommunityGalleryImagesOperations interface
Benutzeroberfläche, die eine CommunityGalleryImages-Operation darstellt.
Eigenschaften
| get | Abrufen eines Communitykatalogbilds. |
| list | Bilder im Communitykatalog in einem Katalog auflisten. |
Details zur Eigenschaft
get
Abrufen eines Communitykatalogbilds.
get: (location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams) => Promise<CommunityGalleryImage>
Eigenschaftswert
(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams) => Promise<CommunityGalleryImage>
list
Bilder im Communitykatalog in einem Katalog auflisten.
list: (location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams) => PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>
Eigenschaftswert
(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams) => PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>