共用方式為


CifsMountConfiguration interface

用來連線到 CIFS 檔案系統的資訊。

屬性

mountOptions

這些是 Windows 中的「net use」選項,Linux 中的「掛接」選項。

password

要用於驗證 CIFS 檔案系統的密碼。

relativeMountPath

所有文件系統都會掛接至 Batch 掛接目錄,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。

source

要掛接之文件系統的 URI。

userName

要用於對 CIFS 檔案系統進行驗證的使用者。

屬性詳細資料

mountOptions

這些是 Windows 中的「net use」選項,Linux 中的「掛接」選項。

mountOptions?: string

屬性值

string

password

要用於驗證 CIFS 檔案系統的密碼。

password: string

屬性值

string

relativeMountPath

所有文件系統都會掛接至 Batch 掛接目錄,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。

relativeMountPath: string

屬性值

string

source

要掛接之文件系統的 URI。

source: string

屬性值

string

userName

要用於對 CIFS 檔案系統進行驗證的使用者。

userName: string

屬性值

string