LinuxWebAppStorageAccount

data class LinuxWebAppStorageAccount(val accessKey: String, val accountName: String, val mountPath: String? = null, val name: String, val shareName: String, val type: String)

Constructors

Link copied to clipboard
constructor(accessKey: String, accountName: String, mountPath: String? = null, name: String, shareName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Access key for the storage account.

Link copied to clipboard

The Name of the Storage Account.

Link copied to clipboard
val mountPath: String? = null

The path at which to mount the storage share.

Link copied to clipboard

The name which should be used for this Storage Account.

Link copied to clipboard

The Name of the File Share or Container Name for Blob storage.

Link copied to clipboard

The Azure Storage Type. Possible values include AzureFiles and AzureBlob