GalleryImagesClient Interface
public interface GalleryImagesClient
An instance of this class provides access to all the operations defined in GalleryImagesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceGroupName, String labName)
List gallery images in a given lab. |
|
abstract
Paged |
list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)
List gallery images in a given lab. |
Method Details
list
public abstract PagedIterable<GalleryImageInner> list(String resourceGroupName, String labName)
List gallery images in a given lab.
Parameters:
Returns:
list
public abstract PagedIterable<GalleryImageInner> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)
List gallery images in a given lab.
Parameters:
Returns: