get Gallery Application
suspend fun getGalleryApplication(argument: GetGalleryApplicationPlainArgs): GetGalleryApplicationResult
Retrieves information about a gallery Application Definition. API Version: 2020-09-30.
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.
See also
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.
suspend fun getGalleryApplication(argument: suspend GetGalleryApplicationPlainArgsBuilder.() -> Unit): GetGalleryApplicationResult
Return
Specifies information about the gallery Application Definition that you want to create or update.
See also
Parameters
argument
Builder for com.pulumi.azurenative.compute.kotlin.inputs.GetGalleryApplicationPlainArgs.