FunctionAppFunctionFile

data class FunctionAppFunctionFile(val content: String, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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