ContainerWorkingDirectory Enum

Definition

Specifies the location of the container working directory.

public enum ContainerWorkingDirectory
type ContainerWorkingDirectory = 
Public Enum ContainerWorkingDirectory
Inheritance
ContainerWorkingDirectory

Fields

ContainerImageDefault 1

Use the working directory defined in the container image. Beware that this directory will not contain the Resource Files downloaded by Batch.

TaskWorkingDirectory 0

Use the standard Batch service task working directory, which will contain the Task Resource Files populated by Batch.

Applies to