Azure File Persistent Volume Source Args
    data class AzureFilePersistentVolumeSourceArgs(val readOnly: Output<Boolean>? = null, val secretName: Output<String>, val secretNamespace: Output<String>? = null, val shareName: Output<String>) : ConvertibleToJava<AzureFilePersistentVolumeSourceArgs> 
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.