ContainerWorkingDirectory Enum

Definition

Specifies the location of the container working directory.

C#
public enum ContainerWorkingDirectory
Inheritance
ContainerWorkingDirectory

Fields

Name Value Description
TaskWorkingDirectory 0

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

ContainerImageDefault 1

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

Applies to

Product Versions
Azure SDK for .NET Latest