SharedGalleryImageVersions interface
Interface representing a SharedGalleryImageVersions.
Methods
get(string, string, string, string, Shared |
Get a shared gallery image version by subscription id or tenant id. |
list(string, string, string, Shared |
List shared gallery image versions by subscription id or tenant id. |
Method Details
get(string, string, string, string, SharedGalleryImageVersionsGetOptionalParams)
Get a shared gallery image version by subscription id or tenant id.
function get(location: string, galleryUniqueName: string, galleryImageName: string, galleryImageVersionName: string, options?: SharedGalleryImageVersionsGetOptionalParams): Promise<SharedGalleryImageVersion>
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.
- galleryImageVersionName
-
string
The name of the gallery image version to be created. 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: ..
The options parameters.
Returns
Promise<SharedGalleryImageVersion>
list(string, string, string, SharedGalleryImageVersionsListOptionalParams)
List shared gallery image versions by subscription id or tenant id.
function list(location: string, galleryUniqueName: string, galleryImageName: string, options?: SharedGalleryImageVersionsListOptionalParams): PagedAsyncIterableIterator<SharedGalleryImageVersion, SharedGalleryImageVersion[], PageSettings>
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.