AppServiceStorageAccountArgs

data class AppServiceStorageAccountArgs(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<AppServiceStorageAccountArgs>

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

Link copied to clipboard
val name: Output<String>

The name of the storage account identifier.

Link copied to clipboard
val shareName: Output<String>

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

Link copied to clipboard
val type: Output<String>

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

Functions

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