NFSMountConfiguration interface
用來連線到 NFS 檔案系統的資訊。
屬性
mount |
這些是 Windows 中的「net use」選項,Linux 中的「掛接」選項。 |
relative |
所有文件系統都會掛接至 Batch 掛接目錄,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。 |
source | 要掛接之文件系統的 URI。 |
屬性詳細資料
mountOptions
這些是 Windows 中的「net use」選項,Linux 中的「掛接」選項。
mountOptions?: string
屬性值
string
relativeMountPath
所有文件系統都會掛接至 Batch 掛接目錄,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。
relativeMountPath: string
屬性值
string
source
要掛接之文件系統的 URI。
source: string
屬性值
string