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