Functions Deployment Storage Args
data class FunctionsDeploymentStorageArgs(val authentication: Output<FunctionsDeploymentAuthenticationArgs>? = null, val type: Output<Either<String, FunctionsDeploymentStorageType>>? = null, val value: Output<String>? = null) : ConvertibleToJava<FunctionsDeploymentStorageArgs>
Storage for deployed package used by the function app.
Constructors
Link copied to clipboard
constructor(authentication: Output<FunctionsDeploymentAuthenticationArgs>? = null, type: Output<Either<String, FunctionsDeploymentStorageType>>? = null, value: Output<String>? = null)