get Application Resource
suspend fun getApplicationResource(argument: GetApplicationResourcePlainArgs): GetApplicationResourceResult
Get a ApplicationResource Uses Azure REST API version 2023-11-14-preview.
Return
A resource under application.
Parameters
argument
null
suspend fun getApplicationResource(applicationName: String, resourceGroupName: String, resourceName: String, spaceName: String): GetApplicationResourceResult
Return
A resource under application.
Parameters
application Name
The name of the Application
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the application resource.
space Name
The name of the space
See also
suspend fun getApplicationResource(argument: suspend GetApplicationResourcePlainArgsBuilder.() -> Unit): GetApplicationResourceResult
Return
A resource under application.
Parameters
argument
Builder for com.pulumi.azurenative.integrationspaces.kotlin.inputs.GetApplicationResourcePlainArgs.