共用方式為


CIFSMountConfiguration.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

備註

所有檔案系統都會相對於 Batch 掛接目錄掛接,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。

適用於