FunctionsDeploymentArgs

data class FunctionsDeploymentArgs(val storage: Output<FunctionsDeploymentStorageArgs>? = null) : ConvertibleToJava<FunctionsDeploymentArgs>

Configuration section for the function app deployment.

Constructors

Link copied to clipboard
constructor(storage: Output<FunctionsDeploymentStorageArgs>? = null)

Properties

Link copied to clipboard

Storage for deployed package used by the function app.

Functions

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