Freigeben über


CommunityGalleryImages interface

Schnittstelle, die eine CommunityGalleryImages darstellt.

Methoden

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

Rufen Sie ein Communitykatalogimage ab.

list(string, string, CommunityGalleryImagesListOptionalParams)

Auflisten von Communitykatalogbildern in einem Katalog.

Details zur Methode

get(string, string, string, CommunityGalleryImagesGetOptionalParams)

Rufen Sie ein Communitykatalogimage ab.

function get(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams): Promise<CommunityGalleryImage>

Parameter

location

string

Ressourcenspeicherort

publicGalleryName

string

Der öffentliche Name des Communitykatalogs.

galleryImageName

string

Der Name der Imagedefinition des Communitykatalogs.

options
CommunityGalleryImagesGetOptionalParams

Die Optionsparameter.

Gibt zurück

list(string, string, CommunityGalleryImagesListOptionalParams)

Auflisten von Communitykatalogbildern in einem Katalog.

function list(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams): PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>

Parameter

location

string

Ressourcenspeicherort

publicGalleryName

string

Der öffentliche Name des Communitykatalogs.

options
CommunityGalleryImagesListOptionalParams

Die Optionsparameter.

Gibt zurück