get Gallery Image
Get gallery image Uses Azure REST API version 2018-10-15.
Return
Represents an image from the Azure Marketplace
Parameters
argument
null
suspend fun getGalleryImage(expand: String? = null, galleryImageName: String, labAccountName: String, resourceGroupName: String): GetGalleryImageResult
Return
Represents an image from the Azure Marketplace
Parameters
expand
Specify the $expand query. Example: 'properties($select=author)'
gallery Image Name
The name of the gallery Image.
lab Account Name
The name of the lab Account.
resource Group Name
The name of the resource group.
See also
suspend fun getGalleryImage(argument: suspend GetGalleryImagePlainArgsBuilder.() -> Unit): GetGalleryImageResult
Return
Represents an image from the Azure Marketplace
Parameters
argument
Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetGalleryImagePlainArgs.