ImagesOperations interface
Rozhraní reprezentující operace Images.
Vlastnosti
| get | Získá obrázek galerie. |
| get |
Získá obrázek. |
| list |
Vypíše obrázky pro devcenter. |
| list |
Vypíše obrázky pro galerii. |
| list |
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>