getGallery

Gets a gallery API Version: 2022-09-01-preview.

Return

Represents a gallery.

Parameters

argument

null


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

Return

Represents a gallery.

Parameters

devCenterName

The name of the devcenter.

galleryName

The name of the gallery.

resourceGroupName

Name of the resource group within the Azure subscription.

See also


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

Return

Represents a gallery.

Parameters

argument

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

See also