Delen via


CommunityGalleryImages interface

Interface die een CommunityGalleryImages vertegenwoordigt.

Methoden

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

Haal een afbeelding van de communitygalerie op.

list(string, string, CommunityGalleryImagesListOptionalParams)

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.

options
CommunityGalleryImagesGetOptionalParams

De optiesparameters.

Retouren

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.

options
CommunityGalleryImagesListOptionalParams

De optiesparameters.

Retouren