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