Share via


ContainerHostDataPath Enum

Definition

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.

Applies to