Share via


TaskContainerSettings.WorkingDirectory Property

Definition

Gets or sets a flag to indicate where the container task working directory is. The default is 'taskWorkingDirectory'.

[Newtonsoft.Json.JsonProperty(PropertyName="workingDirectory")]
public Microsoft.Azure.Management.Batch.Models.ContainerWorkingDirectory? WorkingDirectory { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="workingDirectory")>]
member this.WorkingDirectory : Nullable<Microsoft.Azure.Management.Batch.Models.ContainerWorkingDirectory> with get, set
Public Property WorkingDirectory As Nullable(Of ContainerWorkingDirectory)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'TaskWorkingDirectory', 'ContainerImageDefault'

Applies to