getApplicationResource

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

applicationName

The name of the Application

resourceGroupName

The name of the resource group. The name is case insensitive.

resourceName

The name of the application resource.

spaceName

The name of the space

See also


Return

A resource under application.

Parameters

argument

Builder for com.pulumi.azurenative.integrationspaces.kotlin.inputs.GetApplicationResourcePlainArgs.

See also