다음을 통해 공유


TaskContainerSettings.WorkingDirectory 속성

정의

컨테이너 작업 디렉터리의 위치를 나타내는 플래그를 가져오거나 설정합니다. 기본값은 '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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

가능한 값은 'TaskWorkingDirectory', 'ContainerImageDefault'입니다.

적용 대상