toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.appservice.kotlin
/
FunctionAppFunctionArgs
/
FunctionAppFunctionArgs
Function
App
Function
Args
constructor
(
configJson
:
Output
<
String
>
?
=
null
,
enabled
:
Output
<
Boolean
>
?
=
null
,
files
:
Output
<
List
<
FunctionAppFunctionFileArgs
>
>
?
=
null
,
functionAppId
:
Output
<
String
>
?
=
null
,
language
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
testData
:
Output
<
String
>
?
=
null
)