Share via


BatchContainerWorkingDirectory Enum

Definition

A flag to indicate where the container task working directory is. The default is 'taskWorkingDirectory'.

public enum BatchContainerWorkingDirectory
type BatchContainerWorkingDirectory = 
Public Enum BatchContainerWorkingDirectory
Inheritance
BatchContainerWorkingDirectory

Fields

ContainerImageDefault 1

Using container image defined working directory. 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