AzureFileShareConfiguration interface
用來連線到 Azure Fileshare 的資訊。
屬性
account |
Azure 儲存體帳戶金鑰。 |
account |
Azure 儲存體帳戶名稱。 |
azure |
此格式為 'HTTPs://{account}.file.core.windows.net/'。 |
mount |
這些是 Windows 中的 [net use] 選項,以及 Linux 中的 [掛接] 選項。 |
relative |
所有檔案系統都會相對於 Batch 掛接目錄掛接,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。 |
屬性詳細資料
accountKey
Azure 儲存體帳戶金鑰。
accountKey: string
屬性值
string
accountName
Azure 儲存體帳戶名稱。
accountName: string
屬性值
string
azureFileUrl
此格式為 'HTTPs://{account}.file.core.windows.net/'。
azureFileUrl: string
屬性值
string
mountOptions
這些是 Windows 中的 [net use] 選項,以及 Linux 中的 [掛接] 選項。
mountOptions?: string
屬性值
string
relativeMountPath
所有檔案系統都會相對於 Batch 掛接目錄掛接,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。
relativeMountPath: string
屬性值
string