CommunityGalleryImageVersions interface

Interface representing a CommunityGalleryImageVersions.

Methods

get(string, string, string, string, CommunityGalleryImageVersionsGetOptionalParams)

Get a community gallery image version.

list(string, string, string, CommunityGalleryImageVersionsListOptionalParams)

List community gallery image versions inside an image.

Method Details

get(string, string, string, string, CommunityGalleryImageVersionsGetOptionalParams)

Get a community gallery image version.

function get(location: string, publicGalleryName: string, galleryImageName: string, galleryImageVersionName: string, options?: CommunityGalleryImageVersionsGetOptionalParams): Promise<CommunityGalleryImageVersion>

Parameters

location

string

Resource location.

publicGalleryName

string

The public name of the community gallery.

galleryImageName

string

The name of the community gallery image definition.

galleryImageVersionName

string

The name of the community gallery image version. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: ..

options
CommunityGalleryImageVersionsGetOptionalParams

The options parameters.

Returns

list(string, string, string, CommunityGalleryImageVersionsListOptionalParams)

List community gallery image versions inside an image.

function list(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImageVersionsListOptionalParams): PagedAsyncIterableIterator<CommunityGalleryImageVersion, CommunityGalleryImageVersion[], PageSettings>

Parameters

location

string

Resource location.

publicGalleryName

string

The public name of the community gallery.

galleryImageName

string

The name of the community gallery image definition.

options
CommunityGalleryImageVersionsListOptionalParams

The options parameters.

Returns