VolumeProviderParametersAzureFileArgs

data class VolumeProviderParametersAzureFileArgs(val accountKey: Output<String>? = null, val accountName: Output<String>, val shareName: Output<String>) : ConvertibleToJava<VolumeProviderParametersAzureFileArgs>

This type describes a volume provided by an Azure Files file share.

Constructors

Link copied to clipboard
constructor(accountKey: Output<String>? = null, accountName: Output<String>, shareName: Output<String>)

Properties

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

Access key of the Azure storage account for the File Share.

Link copied to clipboard
val accountName: Output<String>

Name of the Azure storage account for the File Share.

Link copied to clipboard
val shareName: Output<String>

Name of the Azure Files file share that provides storage for the volume.

Functions

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