Azure File Volume Args
data class AzureFileVolumeArgs(val readOnly: Output<Boolean>? = null, val shareName: Output<String>, val storageAccountKey: 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
fun AzureFileVolumeArgs(readOnly: Output<Boolean>? = null, shareName: Output<String>, storageAccountKey: Output<String>? = null, storageAccountName: Output<String>)