FunctionAppFunctionFileArgs

data class FunctionAppFunctionFileArgs(val content: Output<String>, val name: Output<String>) : ConvertibleToJava<FunctionAppFunctionFileArgs>

Constructors

Link copied to clipboard
constructor(content: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val content: Output<String>

The content of the file. Changing this forces a new resource to be created.

Link copied to clipboard
val name: Output<String>

The filename of the file to be uploaded. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): FunctionAppFunctionFileArgs