共用方式為


OutputDirectory.PathPrefix 屬性

定義

取得或設定路徑前置詞。

[Newtonsoft.Json.JsonProperty(PropertyName="pathPrefix")]
public string PathPrefix { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pathPrefix")>]
member this.PathPrefix : string with get, set
Public Property PathPrefix As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

將建立輸出目錄的前置詞路徑。 請注意,這是前置詞的絕對路徑。 例如,$AZ_BATCHAI_MOUNT_ROOT/MyNFS/MyLogs。 藉由結合 pathPrefix、jobOutputDirectoryPathSegment (get job) 和 pathSuffix 所報告的輸出目錄完整路徑。

適用於