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