SharedGalleryImages interface
Interface representing a SharedGalleryImages.
Methods
get(string, string, string, Shared |
Get a shared gallery image by subscription id or tenant id. |
list(string, string, Shared |
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.
The options parameters.
Returns
Promise<SharedGalleryImage>
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.
The options parameters.