BatchContainerWorkingDirectory 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.
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
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 | Using container image defined working directory. Beware that this directory will not contain the resource files downloaded by Batch. |
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET