Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.ImageInner
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of ImageInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionImagesClient.get
(String resourceGroupName, String devCenterName, String galleryName, String imageName) Gets a gallery image.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ImageInner>
ImagesClient.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<ImageInner>
ImagesClient.listByDevCenter
(String resourceGroupName, String devCenterName) Lists images for a devcenter.com.azure.core.http.rest.PagedIterable<ImageInner>
ImagesClient.listByDevCenter
(String resourceGroupName, String devCenterName, Integer top, com.azure.core.util.Context context) Lists images for a devcenter.com.azure.core.http.rest.PagedIterable<ImageInner>
ImagesClient.listByGallery
(String resourceGroupName, String devCenterName, String galleryName) Lists images for a gallery.com.azure.core.http.rest.PagedIterable<ImageInner>
ImagesClient.listByGallery
(String resourceGroupName, String devCenterName, String galleryName, Integer top, com.azure.core.util.Context context) Lists images for a gallery. -
Uses of ImageInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionImage.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ImageInner object.Modifier and TypeMethodDescriptionImageListResult.value()
Get the value property: Current page of results.