TaskContainerSettings.WorkingDirectory Property

Definition

Gets the location of the container task working directory.

public Microsoft.Azure.Batch.Common.ContainerWorkingDirectory? WorkingDirectory { get; }
member this.WorkingDirectory : Nullable<Microsoft.Azure.Batch.Common.ContainerWorkingDirectory>
Public ReadOnly Property WorkingDirectory As Nullable(Of ContainerWorkingDirectory)

Property Value

Remarks

If not specified, the default is TaskWorkingDirectory.

Applies to