FunctionsDeploymentStorageArgs

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)

Properties

Link copied to clipboard

Authentication method to access the storage account for deployment.

Link copied to clipboard
val type: Output<Either<String, FunctionsDeploymentStorageType>>? = null

Property to select Azure Storage type. Available options: blobContainer.

Link copied to clipboard
val value: Output<String>? = null

Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://.blob.core.windows.net/.

Functions

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