getGallery

Retrieves information about a Shared Image Gallery. Uses Azure REST API version 2022-03-03. Other available API versions: 2022-08-03, 2023-07-03, 2024-03-03.

Return

Specifies information about the Shared Image Gallery that you want to create or update.

Parameters

argument

null


suspend fun getGallery(expand: String? = null, galleryName: String, resourceGroupName: String, select: String? = null): GetGalleryResult

Return

Specifies information about the Shared Image Gallery that you want to create or update.

Parameters

expand

The expand query option to apply on the operation.

galleryName

The name of the Shared Image Gallery.

resourceGroupName

The name of the resource group.

select

The select expression to apply on the operation.

See also


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

Return

Specifies information about the Shared Image Gallery that you want to create or update.

Parameters

argument

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

See also