BatchTaskContainerSettings.WorkingDirectory Property
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 Azure.ResourceManager.Batch.Models.BatchContainerWorkingDirectory? WorkingDirectory { get; set; }
member this.WorkingDirectory : Nullable<Azure.ResourceManager.Batch.Models.BatchContainerWorkingDirectory> with get, set
Public Property WorkingDirectory As Nullable(Of BatchContainerWorkingDirectory)