getApplication

Gets the information about the application resource with the given name. The information include the description and other properties of the application. Uses Azure REST API version 2018-09-01-preview.

Return

This type describes an application resource.

Parameters

argument

null


suspend fun getApplication(applicationResourceName: String, resourceGroupName: String): GetApplicationResult

Return

This type describes an application resource.

Parameters

applicationResourceName

The identity of the application.

resourceGroupName

Azure resource group name

See also


Return

This type describes an application resource.

Parameters

argument

Builder for com.pulumi.azurenative.servicefabricmesh.kotlin.inputs.GetApplicationPlainArgs.

See also