共用方式為


FileServerReference.RelativeMountPath 屬性

定義

取得或設定相對掛接路徑。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

將掛接檔案伺服器之計算節點上的相對路徑。 請注意,所有叢集層級檔案伺服器都會掛接在 $AZ_BATCHAI_MOUNT_ROOT 位置下,而且所有作業層級檔案伺服器都會掛接在 $AZ_BATCHAI_JOB_MOUNT_ROOT 下。

適用於