get App Service Environment
suspend fun getAppServiceEnvironment(argument: GetAppServiceEnvironmentPlainArgs): GetAppServiceEnvironmentResult
Description for Get the properties of an App Service Environment. Azure REST API version: 2022-09-01. Other available API versions: 2019-08-01, 2020-10-01, 2021-01-15.
Return
App Service Environment ARM resource.
Parameters
argument
null
suspend fun getAppServiceEnvironment(name: String, resourceGroupName: String): GetAppServiceEnvironmentResult
Return
App Service Environment ARM resource.
See also
Parameters
name
Name of the App Service Environment.
resource Group Name
Name of the resource group to which the resource belongs.
suspend fun getAppServiceEnvironment(argument: suspend GetAppServiceEnvironmentPlainArgsBuilder.() -> Unit): GetAppServiceEnvironmentResult
Return
App Service Environment ARM resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetAppServiceEnvironmentPlainArgs.