AzureFileShareConfiguration interface

用於連接 Azure 檔案共享的資訊。

屬性

accountKey

Azure 儲存體 帳戶金鑰。

accountName

Azure 儲存體 帳號名稱。

azureFileUrl

Azure 檔案儲存體 網址。 這是格式為 『https://{account}.file.core.windows.net/』。

mountOptions

要傳遞至掛接命令的其他命令行選項。 這些是 Windows 的「網路使用」選項,以及 Linux 的「掛載」選項。

relativeMountPath

檔案系統將掛載的計算節點上的相對路徑。 所有文件系統都會掛接至 Batch 掛接目錄,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。

屬性詳細資料

accountKey

Azure 儲存體 帳戶金鑰。

accountKey: string

屬性值

string

accountName

Azure 儲存體 帳號名稱。

accountName: string

屬性值

string

azureFileUrl

Azure 檔案儲存體 網址。 這是格式為 『https://{account}.file.core.windows.net/』。

azureFileUrl: string

屬性值

string

mountOptions

要傳遞至掛接命令的其他命令行選項。 這些是 Windows 的「網路使用」選項,以及 Linux 的「掛載」選項。

mountOptions?: string

屬性值

string

relativeMountPath

檔案系統將掛載的計算節點上的相對路徑。 所有文件系統都會掛接至 Batch 掛接目錄,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。

relativeMountPath: string

屬性值

string