get App Service Environment
suspend fun getAppServiceEnvironment(argument: GetAppServiceEnvironmentPlainArgs): GetAppServiceEnvironmentResult
Get the properties of an App Service Environment. API Version: 2020-12-01.
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.