getGallery

Retrieves information about a Shared Image Gallery. API Version: 2020-09-30.

Return

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

Parameters

argument

null


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

Return

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

Parameters

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