LinuxWebAppStorageAccountArgs

data class LinuxWebAppStorageAccountArgs(val accessKey: Output<String>, val accountName: Output<String>, val mountPath: Output<String>? = null, val name: Output<String>, val shareName: Output<String>, val type: Output<String>) : ConvertibleToJava<LinuxWebAppStorageAccountArgs>

Constructors

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

Properties

Link copied to clipboard
val accessKey: Output<String>

The Access key for the storage account.

Link copied to clipboard
val accountName: Output<String>

The Name of the Storage Account.

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

The path at which to mount the storage share.

Link copied to clipboard
val name: Output<String>

The name which should be used for this Storage Account.

Link copied to clipboard
val shareName: Output<String>

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

Link copied to clipboard
val type: Output<String>

The Azure Storage Type. Possible values include AzureFiles and AzureBlob

Functions

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