Images interface

Interface representing a Images.

Methods

get(string, string, string, string, ImagesGetOptionalParams)

Gets a gallery image.

listByDevCenter(string, string, ImagesListByDevCenterOptionalParams)

Lists images for a devcenter.

listByGallery(string, string, string, ImagesListByGalleryOptionalParams)

Lists images for a gallery.

Method Details

get(string, string, string, string, ImagesGetOptionalParams)

Gets a gallery image.

function get(resourceGroupName: string, devCenterName: string, galleryName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<Image_2>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

galleryName

string

The name of the gallery.

imageName

string

The name of the image.

options
ImagesGetOptionalParams

The options parameters.

Returns

Promise<Image>

listByDevCenter(string, string, ImagesListByDevCenterOptionalParams)

Lists images for a devcenter.

function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: ImagesListByDevCenterOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

options
ImagesListByDevCenterOptionalParams

The options parameters.

Returns

listByGallery(string, string, string, ImagesListByGalleryOptionalParams)

Lists images for a gallery.

function listByGallery(resourceGroupName: string, devCenterName: string, galleryName: string, options?: ImagesListByGalleryOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

galleryName

string

The name of the gallery.

options
ImagesListByGalleryOptionalParams

The options parameters.

Returns