get Application
Gets the information about the application resource with the given name. The information include the description and other properties of the application. 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
application Resource Name
The identity of the application.
resource Group Name
Azure resource group name
See also
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
Return
This type describes an application resource.
Parameters
argument
Builder for com.pulumi.azurenative.servicefabricmesh.kotlin.inputs.GetApplicationPlainArgs.