ContainerHostDataPath type

The paths which will be mounted to container task's container.

type ContainerHostDataPath =
  | "Shared"
  | "Startup"
  | "VfsMounts"
  | "Task"
  | "JobPrep"
  | "Applications"