getWebApp

Gets the details of a web, mobile, or API app. API Version: 2020-12-01.

Return

A web app, a mobile app backend, or an API app.

Parameters

argument

null


suspend fun getWebApp(name: String, resourceGroupName: String): GetWebAppResult

Return

A web app, a mobile app backend, or an API app.

Parameters

name

Name of the app.

resourceGroupName

Name of the resource group to which the resource belongs.

See also


suspend fun getWebApp(argument: suspend GetWebAppPlainArgsBuilder.() -> Unit): GetWebAppResult

Return

A web app, a mobile app backend, or an API app.

Parameters

argument

Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppPlainArgs.

See also