AzureFileVolumeArgs

data class AzureFileVolumeArgs(val readOnly: Output<Boolean>? = null, val shareName: Output<String>, val storageAccountKey: Output<String>? = null, val storageAccountKeyReference: Output<String>? = null, val storageAccountName: Output<String>) : ConvertibleToJava<AzureFileVolumeArgs>

The properties of the Azure File volume. Azure File shares are mounted as volumes.

Constructors

Link copied to clipboard
constructor(readOnly: Output<Boolean>? = null, shareName: Output<String>, storageAccountKey: Output<String>? = null, storageAccountKeyReference: Output<String>? = null, storageAccountName: Output<String>)

Properties

Link copied to clipboard
val readOnly: Output<Boolean>? = null

The flag indicating whether the Azure File shared mounted as a volume is read-only.

Link copied to clipboard
val shareName: Output<String>

The name of the Azure File share to be mounted as a volume.

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

The storage account access key used to access the Azure File share.

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

The reference to the storage account access key used to access the Azure File share.

Link copied to clipboard

The name of the storage account that contains the Azure File share.

Functions

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