共用方式為


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'

適用於