get Gallery Image
Retrieves information about a gallery image definition. Uses Azure REST API version 2022-03-03. Other available API versions: 2022-08-03, 2023-07-03, 2024-03-03.
Return
Specifies information about the gallery image definition that you want to create or update.
Parameters
argument
null
suspend fun getGalleryImage(galleryImageName: String, galleryName: String, resourceGroupName: String): GetGalleryImageResult
Return
Specifies information about the gallery image definition that you want to create or update.
Parameters
gallery Image Name
The name of the gallery image definition to be retrieved.
gallery Name
The name of the Shared Image Gallery from which the Image Definitions are to be retrieved.
resource Group Name
The name of the resource group.
See also
suspend fun getGalleryImage(argument: suspend GetGalleryImagePlainArgsBuilder.() -> Unit): GetGalleryImageResult
Return
Specifies information about the gallery image definition that you want to create or update.
Parameters
argument
Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetGalleryImagePlainArgs.