Web App Function Args
data class WebAppFunctionArgs(val config: Output<Any>? = null, val configHref: Output<String>? = null, val files: Output<Map<String, String>>? = null, val functionAppId: Output<String>? = null, val functionName: Output<String>? = null, val href: Output<String>? = null, val invokeUrlTemplate: Output<String>? = null, val isDisabled: Output<Boolean>? = null, val kind: Output<String>? = null, val language: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val scriptHref: Output<String>? = null, val scriptRootPathHref: Output<String>? = null, val secretsFileHref: Output<String>? = null, val testData: Output<String>? = null, val testDataHref: Output<String>? = null) : ConvertibleToJava<WebAppFunctionArgs>
Function information. API Version: 2020-12-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppFunction myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun WebAppFunctionArgs(config: Output<Any>? = null, configHref: Output<String>? = null, files: Output<Map<String, String>>? = null, functionAppId: Output<String>? = null, functionName: Output<String>? = null, href: Output<String>? = null, invokeUrlTemplate: Output<String>? = null, isDisabled: Output<Boolean>? = null, kind: Output<String>? = null, language: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, scriptHref: Output<String>? = null, scriptRootPathHref: Output<String>? = null, secretsFileHref: Output<String>? = null, testData: Output<String>? = null, testDataHref: Output<String>? = null)