Images Interface
public interface Images
Resource collection API of Images.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Image |
get(String resourceGroupName, String devCenterName, String galleryName, String imageName)
Gets a gallery image. |
| abstract Response<Image> |
getWithResponse(String resourceGroupName, String devCenterName, String galleryName, String imageName, Context context)
Gets a gallery image. |
|
abstract
Paged |
listByDevCenter(String resourceGroupName, String devCenterName)
Lists images for a devcenter. |
|
abstract
Paged |
listByDevCenter(String resourceGroupName, String devCenterName, Integer top, Context context)
Lists images for a devcenter. |
|
abstract
Paged |
listByGallery(String resourceGroupName, String devCenterName, String galleryName)
Lists images for a gallery. |
|
abstract
Paged |
listByGallery(String resourceGroupName, String devCenterName, String galleryName, Integer top, Context context)
Lists images for a gallery. |
Method Details
get
public abstract Image get(String resourceGroupName, String devCenterName, String galleryName, String imageName)
Gets a gallery image.
Parameters:
Returns:
getWithResponse
public abstract Response getWithResponse(String resourceGroupName, String devCenterName, String galleryName, String imageName, Context context)
Gets a gallery image.
Parameters:
Returns:
listByDevCenter
public abstract PagedIterable listByDevCenter(String resourceGroupName, String devCenterName)
Lists images for a devcenter.
Parameters:
Returns:
listByDevCenter
public abstract PagedIterable listByDevCenter(String resourceGroupName, String devCenterName, Integer top, Context context)
Lists images for a devcenter.
Parameters:
Returns:
listByGallery
public abstract PagedIterable listByGallery(String resourceGroupName, String devCenterName, String galleryName)
Lists images for a gallery.
Parameters:
Returns:
listByGallery
public abstract PagedIterable listByGallery(String resourceGroupName, String devCenterName, String galleryName, Integer top, Context context)
Lists images for a gallery.
Parameters:
Returns: