getGallery

Gets a gallery Azure REST API version: 2023-04-01. Other available API versions: 2023-08-01-preview, 2023-10-01-preview.

Return

Represents a gallery.

Parameters

argument

null


suspend fun getGallery(devCenterName: String, galleryName: String, resourceGroupName: String): GetGalleryResult

Return

Represents a gallery.

See also

Parameters

devCenterName

The name of the devcenter.

galleryName

The name of the gallery.

resourceGroupName

The name of the resource group. The name is case insensitive.


suspend fun getGallery(argument: suspend GetGalleryPlainArgsBuilder.() -> Unit): GetGalleryResult

Return

Represents a gallery.

See also

Parameters

argument

Builder for com.pulumi.azurenative.devcenter.kotlin.inputs.GetGalleryPlainArgs.