getGalleryApplicationVersion

Retrieves information about a gallery Application Version. Uses Azure REST API version 2024-03-03. Other available API versions: 2022-03-03, 2022-08-03, 2023-07-03. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native compute [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Specifies information about the gallery Application Version that you want to create or update.

Parameters

argument

null


suspend fun getGalleryApplicationVersion(expand: String? = null, galleryApplicationName: String, galleryApplicationVersionName: String, galleryName: String, resourceGroupName: String): GetGalleryApplicationVersionResult

Return

Specifies information about the gallery Application Version that you want to create or update.

Parameters

expand

The expand expression to apply on the operation.

galleryApplicationName

The name of the gallery Application Definition in which the Application Version resides.

galleryApplicationVersionName

The name of the gallery Application Version to be retrieved.

galleryName

The name of the Shared Application Gallery in which the Application Definition resides.

resourceGroupName

The name of the resource group.

See also


Return

Specifies information about the gallery Application Version that you want to create or update.

Parameters

argument

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

See also