Uses of Interface
com.azure.resourcemanager.devcenter.models.Image
Package
Description
Package containing the data models for DevCenterManagementClient.
-
Uses of Image in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionGets a gallery image.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Image>
Images.getWithResponse
(String resourceGroupName, String devCenterName, String galleryName, String imageName, com.azure.core.util.Context context) Gets a gallery image.com.azure.core.http.rest.PagedIterable<Image>
Images.listByDevCenter
(String resourceGroupName, String devCenterName) Lists images for a devcenter.com.azure.core.http.rest.PagedIterable<Image>
Images.listByDevCenter
(String resourceGroupName, String devCenterName, Integer top, com.azure.core.util.Context context) Lists images for a devcenter.com.azure.core.http.rest.PagedIterable<Image>
Images.listByGallery
(String resourceGroupName, String devCenterName, String galleryName) Lists images for a gallery.com.azure.core.http.rest.PagedIterable<Image>
Images.listByGallery
(String resourceGroupName, String devCenterName, String galleryName, Integer top, com.azure.core.util.Context context) Lists images for a gallery.