getGalleryImage

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)'

galleryImageName

The name of the gallery Image.

labAccountName

The name of the lab Account.

resourceGroupName

The name of the resource group.

See also


Return

Represents an image from the Azure Marketplace

Parameters

argument

Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetGalleryImagePlainArgs.

See also