get Application
Get a Application Azure REST API version: 2023-11-14-preview.
Return
An integration application under space.
Parameters
argument
null
suspend fun getApplication(applicationName: String, resourceGroupName: String, spaceName: String): GetApplicationResult
Return
An integration application under space.
See also
Parameters
application Name
The name of the Application
resource Group Name
The name of the resource group. The name is case insensitive.
space Name
The name of the space
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
Return
An integration application under space.
See also
Parameters
argument
Builder for com.pulumi.azurenative.integrationspaces.kotlin.inputs.GetApplicationPlainArgs.