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
constructor(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)
Properties
Link copied to clipboard
Config URI.
Link copied to clipboard
Function App ID.
Link copied to clipboard
Function name.
Link copied to clipboard
The invocation URL
Link copied to clipboard
Gets or sets a value indicating whether the function is disabled
Link copied to clipboard
Name of the resource group to which the resource belongs.
Link copied to clipboard
Script URI.
Link copied to clipboard
Script root path URI.
Link copied to clipboard
Secrets file URI.
Link copied to clipboard
Test data URI.