AzureBlobFileSystemConfiguration interface
用來使用 Blobfuse 連線到 Azure 記憶體容器的資訊。
屬性
account |
此屬性與 sasKey 和身分識別互斥;必須只指定一個。 |
account |
Azure 記憶體帳戶名稱。 |
blobfuse |
這些是 Windows 中的「net use」選項,Linux 中的「掛接」選項。 |
container |
Azure Blob 記憶體容器名稱。 |
identity |
此屬性與 accountKey 和 sasKey 互斥;必須只指定一個。 |
relative |
所有文件系統都會掛接至 Batch 掛接目錄,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。 |
sas |
此屬性與 accountKey 和身分識別互斥;必須只指定一個。 |
屬性詳細資料
accountKey
此屬性與 sasKey 和身分識別互斥;必須只指定一個。
accountKey?: string
屬性值
string
accountName
Azure 記憶體帳戶名稱。
accountName: string
屬性值
string
blobfuseOptions
這些是 Windows 中的「net use」選項,Linux 中的「掛接」選項。
blobfuseOptions?: string
屬性值
string
containerName
Azure Blob 記憶體容器名稱。
containerName: string
屬性值
string
identityReference
此屬性與 accountKey 和 sasKey 互斥;必須只指定一個。
identityReference?: ComputeNodeIdentityReference
屬性值
relativeMountPath
所有文件系統都會掛接至 Batch 掛接目錄,可透過 AZ_BATCH_NODE_MOUNTS_DIR 環境變數存取。
relativeMountPath: string
屬性值
string
sasKey
此屬性與 accountKey 和身分識別互斥;必須只指定一個。
sasKey?: string
屬性值
string