get Gallery Image Version
suspend fun getGalleryImageVersion(argument: GetGalleryImageVersionPlainArgs): GetGalleryImageVersionResult
Retrieves information about a gallery image version. API Version: 2020-09-30.
Return
Specifies information about the gallery image version that you want to create or update.
Parameters
argument
null
suspend fun getGalleryImageVersion(expand: String? = null, galleryImageName: String, galleryImageVersionName: String, galleryName: String, resourceGroupName: String): GetGalleryImageVersionResult
Return
Specifies information about the gallery image version that you want to create or update.
Parameters
expand
The expand expression to apply on the operation.
gallery Image Name
The name of the gallery image definition in which the Image Version resides.
gallery Image Version Name
The name of the gallery image version to be retrieved.
gallery Name
The name of the Shared Image Gallery in which the Image Definition resides.
resource Group Name
The name of the resource group.
See also
suspend fun getGalleryImageVersion(argument: suspend GetGalleryImageVersionPlainArgsBuilder.() -> Unit): GetGalleryImageVersionResult
Return
Specifies information about the gallery image version that you want to create or update.
Parameters
argument
Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetGalleryImageVersionPlainArgs.