ContainerHostDataPath Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The paths which will be mounted to container task's container.
public enum ContainerHostDataPath
type ContainerHostDataPath =
Public Enum ContainerHostDataPath
- Inheritance
-
ContainerHostDataPath
Fields
| Name | Value | Description |
|---|---|---|
| Shared | 0 | The path for multi-instances task to shared their files. |
| Startup | 1 | The path for start task. |
| VfsMounts | 2 | The path contains all virtual file systems are mounted on this node. |
| Task | 3 | The task path. |
| JobPrep | 4 | The job-prep task path. |
| Applications | 5 | The applications path. |