共用方式為


AzureBlobFileSystemConfiguration interface

用來使用 Blobfuse 連線到 Azure 記憶體容器的資訊。

屬性

accountKey

此屬性與 sasKey 和身分識別互斥;必須只指定一個。

accountName

Azure 記憶體帳戶名稱。

blobfuseOptions

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

containerName

Azure Blob 記憶體容器名稱。

identityReference

此屬性與 accountKey 和 sasKey 互斥;必須只指定一個。

relativeMountPath

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

sasKey

此屬性與 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