次の方法で共有


ImageVersionsClient Interface

public interface ImageVersionsClient

An instance of this class provides access to all the operations defined in ImageVersionsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ImageVersionInner> listByImage(String resourceGroupName, String imageName)

List ImageVersion resources by Image.

abstract PagedIterable<ImageVersionInner> listByImage(String resourceGroupName, String imageName, Context context)

List ImageVersion resources by Image.

Method Details

listByImage

public abstract PagedIterable<ImageVersionInner> listByImage(String resourceGroupName, String imageName)

List ImageVersion resources by Image.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
imageName - Name of the image.

Returns:

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

listByImage

public abstract PagedIterable<ImageVersionInner> listByImage(String resourceGroupName, String imageName, Context context)

List ImageVersion resources by Image.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
imageName - Name of the image.
context - The context to associate with this operation.

Returns:

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

Applies to