ImagesOperations interface

Rozhraní reprezentující operace Images.

Vlastnosti

get

Získá obrázek galerie.

getByProject

Získá obrázek.

listByDevCenter

Vypíše obrázky pro devcenter.

listByGallery

Vypíše obrázky pro galerii.

listByProject

Zobrazí obrázky pro projekt.

Podrobnosti vlastnosti

get

Získá obrázek galerie.

get: (resourceGroupName: string, devCenterName: string, galleryName: string, imageName: string, options?: ImagesGetOptionalParams) => Promise<Image>

Hodnota vlastnosti

(resourceGroupName: string, devCenterName: string, galleryName: string, imageName: string, options?: ImagesGetOptionalParams) => Promise<Image>

getByProject

Získá obrázek.

getByProject: (resourceGroupName: string, projectName: string, imageName: string, options?: ImagesGetByProjectOptionalParams) => Promise<Image>

Hodnota vlastnosti

(resourceGroupName: string, projectName: string, imageName: string, options?: ImagesGetByProjectOptionalParams) => Promise<Image>

listByDevCenter

Vypíše obrázky pro devcenter.

listByDevCenter: (resourceGroupName: string, devCenterName: string, options?: ImagesListByDevCenterOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, devCenterName: string, options?: ImagesListByDevCenterOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>

listByGallery

Vypíše obrázky pro galerii.

listByGallery: (resourceGroupName: string, devCenterName: string, galleryName: string, options?: ImagesListByGalleryOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, devCenterName: string, galleryName: string, options?: ImagesListByGalleryOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>

listByProject

Zobrazí obrázky pro projekt.

listByProject: (resourceGroupName: string, projectName: string, options?: ImagesListByProjectOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>

Hodnota vlastnosti

(resourceGroupName: string, projectName: string, options?: ImagesListByProjectOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>