getApp

suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

Get the metadata of an IoT Central application. Uses Azure REST API version 2021-06-01. Other available API versions: 2021-11-01-preview.

Return

The IoT Central application.

Parameters

argument

null


suspend fun getApp(resourceGroupName: String, resourceName: String): GetAppResult

Return

The IoT Central application.

Parameters

resourceGroupName

The name of the resource group that contains the IoT Central application.

resourceName

The ARM resource name of the IoT Central application.

See also


suspend fun getApp(argument: suspend GetAppPlainArgsBuilder.() -> Unit): GetAppResult

Return

The IoT Central application.

Parameters

argument

Builder for com.pulumi.azurenative.iotcentral.kotlin.inputs.GetAppPlainArgs.

See also