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

備註

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

適用於