get Web App Function
Get function information by its ID for web site, or a deployment slot. API Version: 2020-12-01.
Return
Function information.
Parameters
argument
null
suspend fun getWebAppFunction(functionName: String, name: String, resourceGroupName: String): GetWebAppFunctionResult
Return
Function information.
Parameters
function Name
Function name.
name
Site name.
resource Group Name
Name of the resource group to which the resource belongs.
See also
suspend fun getWebAppFunction(argument: suspend GetWebAppFunctionPlainArgsBuilder.() -> Unit): GetWebAppFunctionResult
Return
Function information.
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppFunctionPlainArgs.