FunctionsDeploymentResponseStorage

data class FunctionsDeploymentResponseStorage(val authentication: FunctionsDeploymentResponseAuthentication? = null, val type: String? = null, val value: String? = null)

Storage for deployed package used by the function app.

Constructors

Link copied to clipboard
constructor(authentication: FunctionsDeploymentResponseAuthentication? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication method to access the storage account for deployment.

Link copied to clipboard
val type: String? = null

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

Link copied to clipboard
val value: 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/.