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 PagedIterable<GalleryImageInner> list(String resourceGroupName, String labName)

List gallery images in a given lab.

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.

Method Details

list

public abstract PagedIterable<GalleryImageInner> list(String resourceGroupName, String labName)

List gallery images in a given lab.

Parameters:

resourceGroupName - The name of the resource group.
labName - The name of the lab.

Returns:

the response of a list operation as paginated response with PagedIterable<T>.

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:

resourceGroupName - The name of the resource group.
labName - The name of the lab.
expand - Specify the $expand query. Example: 'properties($select=author)'.
filter - The filter to apply to the operation. Example: '$filter=contains(name,'myName').
top - The maximum number of resources to return from the operation. Example: '$top=10'.
orderby - The ordering expression for the results, using OData notation. Example: '$orderby=name desc'.
context - The context to associate with this operation.

Returns:

the response of a list operation as paginated response with PagedIterable<T>.

Applies to