AppServiceStorageAccount

data class AppServiceStorageAccount(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 to mount the storage within the site's runtime environment.

Link copied to clipboard

The name of the storage account identifier.

Link copied to clipboard

The name of the file share (container name, for Blob storage).

Link copied to clipboard

The type of storage. Possible values are AzureBlob and AzureFiles.