get Application
Gets the managed application. API Version: 2019-07-01.
Return
Information about managed application.
Parameters
argument
null
suspend fun getApplication(applicationName: String, resourceGroupName: String): GetApplicationResult
Return
Information about managed application.
Parameters
application Name
The name of the managed application.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
Return
Information about managed application.
Parameters
argument
Builder for com.pulumi.azurenative.solutions.kotlin.inputs.GetApplicationPlainArgs.