SharedGalleryImages interface

Interface representing a SharedGalleryImages.

Methods

get(string, string, string, SharedGalleryImagesGetOptionalParams)

Get a shared gallery image by subscription id or tenant id.

list(string, string, SharedGalleryImagesListOptionalParams)

List shared gallery images by subscription id or tenant id.

Method Details

get(string, string, string, SharedGalleryImagesGetOptionalParams)

Get a shared gallery image by subscription id or tenant id.

function get(location: string, galleryUniqueName: string, galleryImageName: string, options?: SharedGalleryImagesGetOptionalParams): Promise<SharedGalleryImage>

Parameters

location

string

Resource location.

galleryUniqueName

string

The unique name of the Shared Gallery.

galleryImageName

string

The name of the Shared Gallery Image Definition from which the Image Versions are to be listed.

options
SharedGalleryImagesGetOptionalParams

The options parameters.

Returns

list(string, string, SharedGalleryImagesListOptionalParams)

List shared gallery images by subscription id or tenant id.

function list(location: string, galleryUniqueName: string, options?: SharedGalleryImagesListOptionalParams): PagedAsyncIterableIterator<SharedGalleryImage, SharedGalleryImage[], PageSettings>

Parameters

location

string

Resource location.

galleryUniqueName

string

The unique name of the Shared Gallery.

options
SharedGalleryImagesListOptionalParams

The options parameters.

Returns