CommunityGalleryImages interface
Interface die een CommunityGalleryImages vertegenwoordigt.
Methoden
| get(string, string, string, Community |
Haal een afbeelding van de communitygalerie op. |
| list(string, string, Community |
Lijst met afbeeldingen van communitygalerie in een galerie. |
Methodedetails
get(string, string, string, CommunityGalleryImagesGetOptionalParams)
Haal een afbeelding van de communitygalerie op.
function get(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams): Promise<CommunityGalleryImage>
Parameters
- location
-
string
De naam van de Azure-regio.
- publicGalleryName
-
string
De openbare naam van de communitygalerie.
- galleryImageName
-
string
De naam van de definitie van de communitygalerieafbeelding.
De optiesparameters.
Retouren
Promise<CommunityGalleryImage>
list(string, string, CommunityGalleryImagesListOptionalParams)
Lijst met afbeeldingen van communitygalerie in een galerie.
function list(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams): PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>
Parameters
- location
-
string
De naam van de Azure-regio.
- publicGalleryName
-
string
De openbare naam van de communitygalerie.
De optiesparameters.