get Application
Get a Application Uses 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.
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
See also
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
Return
An integration application under space.
Parameters
argument
Builder for com.pulumi.azurenative.integrationspaces.kotlin.inputs.GetApplicationPlainArgs.