get Gallery Application
suspend fun getGalleryApplication(argument: GetGalleryApplicationPlainArgs): GetGalleryApplicationResult
Retrieves information about a gallery Application Definition. 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 gallery Application Definition that you want to create or update.
Parameters
argument
null
suspend fun getGalleryApplication(galleryApplicationName: String, galleryName: String, resourceGroupName: String): GetGalleryApplicationResult
Return
Specifies information about the gallery Application Definition that you want to create or update.
Parameters
gallery Application Name
The name of the gallery Application Definition to be retrieved.
gallery Name
The name of the Shared Application Gallery from which the Application Definitions are to be retrieved.
resource Group Name
The name of the resource group.
See also
suspend fun getGalleryApplication(argument: suspend GetGalleryApplicationPlainArgsBuilder.() -> Unit): GetGalleryApplicationResult
Return
Specifies information about the gallery Application Definition that you want to create or update.
Parameters
argument
Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetGalleryApplicationPlainArgs.