get Gallery Image
Get gallery image 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
See also
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.
suspend fun getGalleryImage(argument: suspend GetGalleryImagePlainArgsBuilder.() -> Unit): GetGalleryImageResult
Return
Represents an image from the Azure Marketplace
See also
Parameters
argument
Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetGalleryImagePlainArgs.